scrum_yo

Be awesome at your daily stand up!

MIT License

Downloads
15.6K
Stars
26

scrum yo

Be awesome at your daily stand up. ScrumYo is a command line tool that grabs a summary of your most recent GitHub commits & pull requests right in your console.

Sceenshot

Installation

$ gem install scrum_yo

If using RVM, install it to your global gemset:

$ rvm @global do gem install scrum_yo

Usage

There is only one command! To see your recent activity:

$ scrumyo

You'll have to login to your GitHub account on first use.

Authentication

You'll be asked to login to GitHub your first use (even works with two-factor auth!). An OAuth token is used for subsequent logins. The token is saved to your ~/.netrc file.

Contributing ❤️ 💜 💚

  1. Fork it ( http://github.com/mscoutermarsh/scrum_yo/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Help!

Tweet me: @mscccc or open an issue.