Gawky
A tiny and simple console tool for pull requests
Installation
Clone the repository
And then execute:
$ bundle install
Or install it yourself as:
$ gem install --local gawky.gemspec
Rename the sample.json file to gawky.json and copy to your HOME directory
Usage
$ bin/gawky or bin/gawky [organization name]
Contributing
- Fork it ( https://github.com/[my-github-username]/gawky/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Add unit tests, because yeah it's missing
- Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request