Skip to content

ForbesLindesay-Unmaintained/component-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

component-install

This repository is no longer maintained. If you want to maintain it, open an issue and I will transfer ownership to you and add you as a maintainer on npm so you can continue this project. It was very useful when I was using component for browser side package management but I'm now using browserify instead and I see no reason to look back.

Build Status Dependency Status

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

About

Simple programmatic, asynchronous installation of a component

Resources

License

Stars

Watchers

Forks

Packages

No packages published