https://github.com/suusan2go/raiden
GitHub Repository Cleaner
https://github.com/suusan2go/raiden
command-line-tool github-api golang
Last synced: 7 months ago
JSON representation
GitHub Repository Cleaner
- Host: GitHub
- URL: https://github.com/suusan2go/raiden
- Owner: suusan2go
- License: apache-2.0
- Created: 2017-05-08T03:59:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T10:25:29.000Z (about 7 years ago)
- Last Synced: 2025-03-28T07:41:29.789Z (8 months ago)
- Topics: command-line-tool, github-api, golang
- Language: Go
- Size: 21.5 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raiden - Simple GitHub Repository Cleaner
**Documentation:** [](https://godoc.org/github.com/suusan2go/raiden)
Raiden is a simple GitHub Repository Cleaner
- [x] clean old releases by name or created time
- [ ] clean old branches
- [ ] clean old pull-requests
# Installation
```bash
$ go get github.com/suusan2go/raiden
```
# Usage
## Clean Release
```bash
# clean suusan2go/hoge repo releases created 1 months ago
$ raiden releases clean -r raiden -o suusan2go --months 1
```