component-checkout

0.0.2 • Public • Published

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

Dependencies (13)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i component-checkout

    Weekly Downloads

    2

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • chemzqm