Project

gawky

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Pull request console wrapper
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0

Runtime

~> 0.11.3
~> 1.8.1
 Project Readme

Gawky

A tiny and simple console tool for pull requests

Requirements

  • Ruby 1.9 or superior

  • Install bundler

    $ gem install bundler

Installation

$ [sudo] gem install gawky

Or if you want the latest changes

$ [sudo] gem install gawky --pre

Copy the sample.json file to gawky.json at your HOME directory

$ cp sample.json $HOME/.gawky.json

Please make sure to change the values:

{
   "token":"42", //GitHub token
   "maxElapsedDays":5
}

See github article about how to create the Github token

Usage

$ gawky [organization name]

Stats

$ gawky [organization name] forks - display the number of forks
$ gawky [organization name] watchers - display the number of watchers

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 the project doesn't have it. Yeah, bring me a torch.
  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