vinyl-github

0.1.1 • Public • Published

vinyl-github

github src and dest for vinyl (gulp)

usage

var github = require('vinyl-github')
var vinylFs = require('vinyl-fs')
 
github.src('jden/node-vinyl-github', {ref: '0.1.0'})
  .pipe(vinylFs.dest('./dest'))
 

downloads https://github.com/jden/node-vinyl-github at tag 0.1.0 to the folder ./dest relative to the current working directory.

installation

$ npm install vinyl-github

running the tests

From package root:

$ npm install
$ npm test

contributors

license

ISC. (c) MMXIV jden jason@denizac.org. See LICENSE.md

Dependencies (1)

Dev Dependencies (2)

Package Sidebar

Install

npm i vinyl-github

Weekly Downloads

0

Version

0.1.1

License

ISC

Last publish

Collaborators