0.0.3 • Published 11 years ago

grw v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
11 years ago

grw

A stream wrapper github-releases module link.

Getting Started

Install via npm

   npm i grw

Usage

var grw = require('grw');

grw({
    repo: 'xeodou/grw',
    version: 'v0.0.1',
    prefix: 'grw-{version}-beta',
    ext: 'zip'
}).pipe(dist);

grw is a readable and writeable stream object.

Test

Use gulp mocha to test the module.

License

MIT