npm-installer

v0.0.0
install a package as if you were npm
npm install

NPM INSTALLER

A simple module to let your module install modules like it was npm.

Usage

var npmInstall = require("npm-installer");
npmInstall("./test/test-valid/", function(err, data) {
    console.log(data);
});

Change Log

0.0.0

  • First working copy. Does not display any children even if they are installed.
npm i npm-installer

Metadata

Downloads

Maintainers