https://github.com/suzuki-shunsuke/github-cli
CLI tool to call GitHub v3 API
https://github.com/suzuki-shunsuke/github-cli
cli github oss
Last synced: 8 months ago
JSON representation
CLI tool to call GitHub v3 API
- Host: GitHub
- URL: https://github.com/suzuki-shunsuke/github-cli
- Owner: suzuki-shunsuke
- License: mit
- Created: 2019-10-17T00:14:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-20T16:30:08.000Z (over 3 years ago)
- Last Synced: 2024-06-20T22:36:08.900Z (about 2 years ago)
- Topics: cli, github, oss
- Language: Go
- Homepage:
- Size: 75.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-cli
[](https://cloud.drone.io/suzuki-shunsuke/github-cli)
[](https://goreportcard.com/report/github.com/suzuki-shunsuke/github-cli)
[](https://github.com/suzuki-shunsuke/github-cli)
[](https://raw.githubusercontent.com/suzuki-shunsuke/github-cli/master/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](https://github.com/suzuki-shunsuke/github-cli/releases).
## Usage
```console
$ github help
```
## Tips: Delete subscriptions of repositories
```console
$ export GITHUB_TOKEN=
$ github repos list-org | xargs github watch delete
```
## License
[MIT](LICENSE)