Simple Ruby script for getting stats on commit activity.
Uses octokit
for GitHub API access and terminal-table
for output formatting:
$ gem install octokit terminal-table faraday-http-cache activesupport
You'll also need a GitHub API token stored in your ~/.gitconfig
. Go to
https://github.com/settings/tokens/new and generate a new token (will need
repo and user access). Once you have your token, save it: