Skip to content

fivetanley/instanley

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Instanley

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 a Gemfile is present
  • npm install will run if a package.json is present
  • bower install will run if a bower.json is present
  • lein deps will run if a project.clj is present
  • mvn dependency:resolve will run if a pom.xml is present
  • composer install will run if a composer.json is present

Installation

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

Reviews

"woo it works" - @codekitchen

License

MIT. See the included LICENSE folder in this repository.

About

Too many package managers. Just run `instanley`.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages