There are too many package managers for your projects nowadays. To install with Bundler, NPM, Bower, Leiningen, Maven or Composer:
instanley
Instanley will only run the command if its corresponding file is present. For example:
bundle install
will run if aGemfile
is presentnpm install
will run if apackage.json
is presentbower install
will run if abower.json
is presentlein deps
will run if aproject.clj
is presentmvn dependency:resolve
will run if apom.xml
is presentcomposer install
will run if acomposer.json
is present
Add instanley
to your PATH. For example, make a bin
folder in your $HOME
and put the following in your .bashrc
or .zshrc
:
export PATH=$HOME/bin:$PATH
"woo it works" - @codekitchen
MIT. See the included LICENSE
folder in this repository.