Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/junosuarez/node-vinyl-github
- Owner: junosuarez
- License: isc
- Created: 2014-05-31T06:20:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-31T06:44:57.000Z (over 10 years ago)
- Last Synced: 2024-04-25T22:40:44.321Z (7 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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