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

  1. Fork it ( https://github.com/[my-github-username]/gawky/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Add unit tests, because yeah it's missing
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request