grw
v0.0.3
Published
A stream wrapper github-releases module
Downloads
12
Readme
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