Github-helper is a command line tool that makes it simple developing with Github.
$ github-helper review gitlabhq/gitlabhq -vDependencies:
- Ruby 1.9.3 or newer
- octokit 3.1.0 or newer
To install octokit, simply type in your terminal:
$ gem install octokitPlease note: Ruby is required to perform this step.
Most information about usage of this tool can be taken from embedded help.
To use it, simply type:
$ github-helper helpTo retrieve command specific help type following:
$ github-helper help <command>Most of the functionality is covered by unit tests. To run them, you will need rspec 3.0 version or newer. To run tests simply type in main folder:
$ rspecSee LICENSE file.
Andrii Nikitiuk aka DemonShi