npm-util
v0.0.2
Published
A Node.JS module, provides an object oriented wrapper util for the NPM API. It allow to automatically install modules for Node.js
Downloads
411
Readme
JavaScript NPM Wrapper Utility for Node.JS
A Node.JS module, provides an object oriented wrapper for the NPM API. It allow to automatically install modules for Node.js projects.
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-util
or
Install via git clone:
$ git clone git://github.com/EladElrom/npm-util.git
Wrapper utility to handle NPM packager
Example
See list of installed modules:
You could install all modules in package.json file into local, just as in npm install
command, just broken up, in case you want to skip certain module or do some custom installation;
Or you can just use the NPM
auto installer method;
LICENSE
MIT license. See the LICENSE file for details.