0.1.0 • Published 8 years ago

got-github-blob-cli v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

got-github-blob-cli Build Status

Got a blob from github on CLI

Uses

$ npm install --global got-github-blob-cli
$ got-github-blob --help

  Usage
    $ got-github-blob <URLs or JSON>

  Options
    --dest Root path for downloading, if is not set? current path will be root
    --verbose Show log

  Examples
    $ got-github-blob https://raw.githubusercontent.com/ragingwind/mobile-chromeapp-starter-kit/patch/app.js https://raw.githubusercontent.com/ragingwind/mobile-chromeapp-starter-kit/patch/gulpfile.js https://github.com/ragingwind/mobile-chromeapp-starter-kit/blob/master/src/platform/config.xml
    $ got-github-blob --dest=./.tmp https://raw.githubusercontent.com/ragingwind/mobile-chromeapp-starter-kit/patch/gulpfile.js
    $ got-github-blob --dest=./.tmp patch.json

License

MIT © ragingwind