Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/junosuarez/node-vinyl-github

node module: github src and dest for vinyl (gulp)
https://github.com/junosuarez/node-vinyl-github

Last synced: 8 days ago
JSON representation

node module: github src and dest for vinyl (gulp)

Awesome Lists containing this project

README

        

# vinyl-github
github src and dest for vinyl (gulp)

## usage
```js
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

- jden

## license

ISC. (c) MMXIV jden . See LICENSE.md