npm-installer

0.0.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i npm-installer

Weekly Downloads

3

Version

0.0.0

License

BSD-2-Clause

Last publish

Collaborators

  • mcwhittemore