0.3.2 • Published 12 years ago

npms v0.3.2

Weekly downloads
10
License
MIT
Repository
github
Last release
12 years ago

npms

make it easier to install git+ssh deps

installation

$ npm install -g npms

usage

npms [options] package1 ... packageN
  installs packages and saves to packages.json. package can be any of:

    package             - install latest from npm
    package@version     - specific version from npm
    githubUser/repo     - install latest from github
    githubUser/repo@tag - specific tag from github

  options
    -g     global install (like `npm install --global`)
    -d     save as dev dependency (like `npm install --save-dev`)

  It saves to packages.json by default, it uses github for git urls by default, and it
  uses git+ssh by default, because why wouldn't you?

contributors

jden jason@denizac.org

license

MIT. (c) 2013 Agile Diagnosis hello@agilediagnosis.com. See LICENSE.md

0.3.2

12 years ago

0.3.1

12 years ago

0.3.0

12 years ago

0.2.0

12 years ago

0.1.0

12 years ago