0.0.2 • Published 8 years ago

github-curl v0.0.2

Weekly downloads
4
License
-
Repository
github
Last release
8 years ago

Install

npm install -g github-curl

Usage

github-curl

usage: github-curl [options] url 
options same as curl options
url - https://api.github.com/<path>

$ github-curl https://api.github.com/ # test
$ github-curl -D /dev/null https://api.github.com/ # body (json) only
$ github-curl -o /dev/null https://api.github.com/ # headers only

+2 additional scripts (with same syntax):

  • github-curl-headers - headers only
  • github-curl-body - body (json) only

~/.githubtoken required

Examples/

Sources:

Links

Feedback GitHub issues Join the chat at https://gitter.im/russianidiot/github-curl.sh.cli GitHub followers