Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuyicai/gh-cleaner
clean GitHub repositories and packages
https://github.com/yuyicai/gh-cleaner
Last synced: about 1 month ago
JSON representation
clean GitHub repositories and packages
- Host: GitHub
- URL: https://github.com/yuyicai/gh-cleaner
- Owner: yuyicai
- License: mit
- Created: 2022-05-24T12:59:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-24T14:01:02.000Z (over 2 years ago)
- Last Synced: 2024-06-21T11:13:17.916Z (7 months ago)
- Language: Go
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
clean GitHub repositories and packages
# Install
```
go install github.com/yuyicai/gh-cleaner@latest
```# Usage
```
export GITHUB_TOKEN=
gh-cleaner -u -r -p
# example:
gh-cleaner -u yuyicai -r foo,bar -p foo,bar
```