0.2.1 • Published 9 years ago

irm v0.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

irm

Install Required Modules

Finds all dependencies for your project via all-requires and installs it with npm

Installation

npm install -g irm

Usage

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

irm

equals

npm install bluebird lodash request

Install and save deps

You can pass same options as for npm install command

irm --save

LICENSE

MIT

0.2.1

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago