https://github.com/mallozup/ciaogit
keep your github repo in a maintained status
https://github.com/mallozup/ciaogit
git github netrc octokit ruby
Last synced: 2 months ago
JSON representation
keep your github repo in a maintained status
- Host: GitHub
- URL: https://github.com/mallozup/ciaogit
- Owner: MalloZup
- License: mit
- Created: 2017-03-15T20:06:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T08:36:21.000Z (about 8 years ago)
- Last Synced: 2024-10-30T08:44:37.566Z (7 months ago)
- Topics: git, github, netrc, octokit, ruby
- Language: Ruby
- Size: 4.88 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ciaogit
Delete github repos automatically.Ciaogit will delete a list contained in repos.txt automatically for you.
Do you want to manually remove 40 repos? **I don't**
Feel free to spare time with ciaogit! :)
## 1) Installation:
```console
gem install octokit
gem install netrc
```## 2) Configuration:
The **only one** config is to have a valid ``` /~.netrc``` file with your github user-credentials
Configure the netrc file like this:```
machine api.github.com login MY_GITHUB_USER password MY_PASSWORD
```## 3) Usage:
Once you setup, puts the name of the repo that you want to **delete permantely** on the **repos.txt** file
``` ruby ciaogit.rb```