Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 280 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 280 Bytes

clean GitHub repositories and packages

Install

go install github.com/yuyicai/gh-cleaner@latest

Usage

export GITHUB_TOKEN=<your-token>
gh-cleaner -u <user or org name> -r <repos list> -p <packages list>
# example:
gh-cleaner -u yuyicai -r foo,bar -p foo,bar