Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

thamaraiselvam/github-api-cli

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published