Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```