0.0.2 • Published 12 years ago
npm-util v0.0.2
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-utilor
Install via git clone:
$ git clone git://github.com/EladElrom/npm-util.gitWrapper 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.
0.0.2
12 years ago