/github-api-cli

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

Primary LanguageGoApache License 2.0Apache-2.0

github-api-cli

travis build status Codecov code coverage current tag

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 list following <username>
github-api-cli list gists <username>
github-api-cli list pr <username>

Development

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