0.2.1 • Published 11 years ago
irm v0.2.1
irm
Install Required Modules
Finds all dependencies for your project via all-requires and installs it with npm
Installation
npm install -g irmUsage
You start writing script without having any deps installed like a boss
var Promise = require('bluebird');
var _ = require('lodash');
var request = require('request');
// ...irm will find all deps used in your project and install it via npm
irmequals
npm install bluebird lodash requestInstall and save deps
You can pass same options as for npm install command
irm --save
LICENSE
MIT