Skip to content

fivetanley/instanley

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3db15c7 · May 15, 2015

History

19 Commits
Mar 19, 2014
May 14, 2015
Mar 23, 2014

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