basher bash package manager

pforret/bashew

https://github.com/pforret/bashew

GitHub Repo stars GitHub top language GitHub issues GitHub tag (latest by date) GitHub last commit GitHub contributors

basher install

## To install this package with basher
$ basher install pforret/bashew

Description

bash script creator - from small stand-alone script to complex projects with CI/CD and testing

Usage

# Create only a script file
bashew.sh script                # will interactively ask for author & script details

# Create a project (folder)
bashew.sh project

# start from template
git clone --depth=1 https://github.com/pforret/bashew.git <newname>
cd <newname>
./bashew.sh init