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: 9 months 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-31T06:44:57.000Z (about 12 years ago)
- Last Synced: 2025-02-15T16:46:20.302Z (over 1 year 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