npm-helper
v0.0.6
Published
A Node.JS module, It allow to automatically install modules for Node.js from your application
Downloads
10
Maintainers
Readme
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.