Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewmcodes/dishwasher
A CLI tool to help you easily delete forked repositories.
https://github.com/andrewmcodes/dishwasher
api dishwasher fork gem github github-api ruby ruby-gem
Last synced: 3 days ago
JSON representation
A CLI tool to help you easily delete forked repositories.
- Host: GitHub
- URL: https://github.com/andrewmcodes/dishwasher
- Owner: andrewmcodes
- License: mit
- Created: 2019-10-24T03:50:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T07:36:23.000Z (over 2 years ago)
- Last Synced: 2025-01-07T01:43:49.512Z (14 days ago)
- Topics: api, dishwasher, fork, gem, github, github-api, ruby, ruby-gem
- Language: Ruby
- Homepage:
- Size: 26.4 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
![StandardRB](https://github.com/andrewmcodes/dishwasher/workflows/StandardRB/badge.svg)
![Tests](https://github.com/andrewmcodes/dishwasher/workflows/Tests/badge.svg)# Dishwasher
A CLI tool written in Ruby to help you remove unneeded GitHub forks.
## Installation
```sh
gem install dishwasher
```## Usage
[![asciicast](https://asciinema.org/a/311548.svg)](https://asciinema.org/a/311548)
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/andrewmcodes/dishwasher. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
### Code of Conduct
Everyone interacting in the Dishwasher projectβs codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/andrewmcodes/dishwasher/blob/master/CODE_OF_CONDUCT.md).
### Coding Standards
This project uses [Standard](https://github.com/testdouble/standard) to minimize bike shedding related to code formatting.
Please run `./bin/standardize` prior submitting pull requests.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
## Contributors β¨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Andrew Mason
π» π π§ β οΈ π§
Kurtis Rainbolt-Greene
π
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!