/github-api-cli

Access all of GitHub’s public API functionality from your command-line

Primary LanguageHTMLApache License 2.0Apache-2.0

github-api-cli

travis build status Codecov code coverage

github-api-cli provides an executable called gac, that can be used to access all of GitHub’s public API functionality from your command-line

github-api-cli is written in cobra

Usage

Install

brew tap thamaraiselvam/stable
brew install github-api-cli

Available Commands

github-api-cli info <username>
github-api-cli list followers <username>
github-api-cli info following <username>

Development

Run

$ git clone https://github.com/thamaraiselvam/git-api-cli.git
$ cd git-api-cli
$ go install
$ make setup
$ make build