There are too many package managers for your projects nowadays. To installwith 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
Addinstanley
to your PATH. For example, make abin
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 includedLICENSE
folder in this repository.