package manager for bash scripts · basher
package manager for bash scripts
package directory • basher usage • for authors • basher news
basher helps you quickly install, uninstall and update bash packages from the command line, in the same way
composerdoes for PHP packages,npmfor node.js packages,aptfor Linux tools.
bash package manager
$ basher install pforret/note
# that's it!
# the bash script is installed and can be used immediately
- Check the usage for details on how to install/uninstall/update packages with
basher.
install basher
$ curl -s https://raw.githubusercontent.com/basherpm/basher/master/install.sh | bash
there’s also a step-by-step procedure on basherpm/basher
Directory of basher packages
What bash packages can you install with basher? Basher doesn’t require packages to register before they can be used. If a bash package is organised in a logical way, basher will know how to install it. Still, here are some popular (or not) examples of packages that can be installed with basher.