npm-installer
install a package as if you were npm
Last updated 13 years ago by mcwhittemore .
BSD-2-Clause · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install npm-installer 
SYNC missed versions from official npm registry.

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.

Current Tags

  • 0.0.0                                ...           latest (13 years ago)

1 Versions

  • 0.0.0                                ...           13 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (3)
Dev Dependencies (5)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |