Github Expirer
A quick hack to produce a list of not used repositories at Github.
Install
$ gem install github-expirer
Usage
$ github-expirer --username user \
--password password \
--organization github-org \
--private-only true \
--expire-date "6 months ago"
In case two-factor authentication enabled please use your Personal Access Tokens instead of your regular password.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Credits
Github Expirer is maintained by Timur Vafin. It was written by Flatstack with the help of our contributors.
