npm-installer

install a package as if you were npm

1 个版本
安装
npm install npm-installer
yarn add npm-installer
pnpm add npm-installer
bun add npm-installer
README

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.
版本列表
0.0.0 2013-10-08