Github::Nippou 
Displays today's your GitHub action.
This is a helpful tool when you write a daily report in reference to GitHub. Nippou is a japanese word which means a daily report.
Installation
Add this line to your application's Gemfile:
gem 'github-nippou'
And then execute:
$ bundle
Or install it yourself as:
$ gem install github-nippou
Setup
$ git config --global github-nippou.user [Your GitHub account]
$ git config --global github-nippou.token [Your GitHub access token]
Usage
$ github-nippou help
Commands:
github-nippou help [COMMAND] # Describe available commands or one specific command
github-nippou list # Displays today's GitHub events formatted for Nippou
Options:
a, [--all], [--no-all] # Also displays GitHub events before today
n, [--num=N] # GitHub event numbers that retrieve from GitHub
# Default: 50
You can omit the sub command list
.
Contributing
- Fork it ( https://github.com/masutaka/github-nippou/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request