0.0.1 • Published 7 years ago

npm-ig v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

npm-ig

Install global dependencies from package.json

Features

  • Install many global packages at once.
  • Install exact version of packages.

Installation

npm install -g npm-ig

Usage

Create package.json,

{
  "private": true,
  "preferGlobal": true,
  "dependencies": {
    "add-dependency": "1.1.0",
    "npm": "4.1.1"
  }
}

Then run in the same directory,

npm-ig