Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.
/ bash-boilerplate Public archive

ABANDONED: A framework for building bash scripts

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.rst
Notifications You must be signed in to change notification settings

nfarrar/bash-boilerplate

Repository files navigation

bash-boilerplate

https://travis-ci.org/nfarrar/bash-boilerplate.png?branch=master

About

I'm so tired of rewriting the same code over and over for my bash scripts.

The boilerplate consists of self-contained modules, written for inter-module compatibility.

The bash-boilerplate.sh script uses its own modules to build new scripts:

# download & install the supplementary libraries to ~/.local/lib
./bash-boilerplate.sh --init

# list the available modules
./bash-boilerplate.sh --list-modules

# build a new script using the listed modules
./bash-boilerplate.sh --build <name> --modules debug,traps,cli-options\
    cfg-file,req-user=root

Features

  • TODO: Drop it like it's hot.

License

Bash Boilerplate - A Framework for Building Bash Scripts Copyright (C) 2014 Nathan Farrar

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

About

ABANDONED: A framework for building bash scripts

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.rst

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published