0.0.2 • Published 10 years ago

component-checkout v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

#component-checkout

Check out or update all the semver tags(including master) from github into a global folder process.env.REMOTE_FOLDER.

The purpose is to have a static server on that to avoid too much github API call from component :)

It's a work in progress.

Require node >= 0.11.

Example

component checkout component/emitter@1.0.0

API

checkout(repo, tag)

var checkout = require('component-checkout');

co(function* (){
  yield checkout('component/emitter', '1.0.0');
})();

License

MIT