Skip to content

ratson/npm-ig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Install global dependencies from package.json

Resources

Stars

Watchers

Forks

Packages

No packages published