bpkg home

<![endif] bpkg packages by name packages by tag packages by category unit-inner unit-head unit-inner unit-head bash package manager JavaScript has npm , Ruby has Gems , Python has pip and now Shell has bpkg! With bpkg you can easily install and manage Bash packages. It takes care of installing/uninstalling, execution permissions and everything so you can simply do the following: # Installs `term` on `/usr/local/bin` (https://github.com/bpkg/term) $ bpkg install term -g $ term Besides installing shell scripts globally you can use them on a per-project basis . # Installs `term` under the `deps/` directory $ bpkg install term $ ./deps/term/term.sh You can install bpkg from 3 methods: Our custom install script will take care of everything for you. Just paste the following on your shell: $ curl -sLo- http://get.bpkg.io | bash If you want t...

Linked on 2014-09-23 00:15:33 | Similar Links