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 installwill run if aGemfileis presentnpm installwill run if apackage.jsonis presentbower installwill run if abower.jsonis presentlein depswill run if aproject.cljis presentmvn dependency:resolvewill run if apom.xmlis presentcomposer installwill run if acomposer.jsonis 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.