npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

component-install

1.0.1

@forbeslindesay

npmRepoSnykSocket
Downloads:197
$ npm install component-install
DailyWeeklyMonthlyYearly

component-install

Simple programmatic, asynchronous installation of a component

Installation

$ npm install component-install

Usage

var install = require('component-install');
var dev = true;
install(join(__dirname, 'my-component'), dev, function (err) {
  if (err) throw err;
});

License

MIT