https://github.com/briangershon/snag
Plucks files out of GitHub
https://github.com/briangershon/snag
Last synced: about 2 months ago
JSON representation
Plucks files out of GitHub
- Host: GitHub
- URL: https://github.com/briangershon/snag
- Owner: briangershon
- License: mit
- Created: 2014-03-10T05:58:34.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-10T06:28:13.000Z (about 11 years ago)
- Last Synced: 2025-01-12T09:45:03.020Z (4 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# snag
Plucks files out of GitHub.
Only tested with text (markdown) files.
Returns ES6 JavaScript promises.
## Installation
npm install snag
## Sample Application
# View and run the sample index.js application via:
npm start## Running unit tests
npm test
[](https://travis-ci.org/briangershon/snag)