component-install

1.0.1 • Public • Published

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

/component-install/

    Package Sidebar

    Install

    npm i component-install

    Weekly Downloads

    6

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • forbeslindesay
    • stephenmathieson