0.0.6 • Published 9 years ago

npm-helper v0.0.6

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

NPM   Build Status

npm-helper

JavaScript NPM Helper for Node.JS

A Node.JS module, It allow to automatically install modules for Node.js projects from your application.

It has features to look through the node_module files, see the "require" statements, and then list these for your package.json file or other usages.

Installation

Install with the Node.JS package manager npm:

  $ npm install npm-helper

or

Install via git clone:

  $ git clone git://github.com/pradeep-mishra/npm-helper.git

Example

See list of installed modules:

Create node_modules directory if not present:

Get List of dependencies:

Get Attributes of package.json:

Get List of Installed modules:

Install Specific Module:

Install All modules

LICENSE

MIT license. See the LICENSE file for details.

0.0.6

9 years ago

0.0.5

10 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago