Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suusan2go/raiden
GitHub Repository Cleaner
https://github.com/suusan2go/raiden
command-line-tool github-api golang
Last synced: about 3 hours 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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T10:25:29.000Z (about 6 years ago)
- Last Synced: 2024-06-21T14:21:28.816Z (5 months ago)
- Topics: command-line-tool, github-api, golang
- Language: Go
- Size: 21.5 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raiden - Simple GitHub Repository Cleaner
**Documentation:** [![GoDoc](https://godoc.org/github.com/suusan2go/raiden?status.svg)](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
```