Skip to content

suzuki-shunsuke/github-cli

Repository files navigation

github-cli

Build Status Go Report Card GitHub last commit License

Command line tool to call GitHub v3 API.

https://developer.github.com/v3/

We created this tool to delete repositories's subscription, so basically we don't support other unneeded APIs.

Install

Download the binary from release page.

Usage

$ github help

Tips: Delete subscriptions of repositories

$ export GITHUB_TOKEN=<your github token>
$ github repos list-org <organization name> | xargs github watch delete

License

MIT