Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mscoutermarsh/scrum_yo
Be awesome at your daily stand up!
https://github.com/mscoutermarsh/scrum_yo
Last synced: 2 months ago
JSON representation
Be awesome at your daily stand up!
- Host: GitHub
- URL: https://github.com/mscoutermarsh/scrum_yo
- Owner: mscoutermarsh
- License: mit
- Created: 2014-04-25T01:04:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-13T03:33:38.000Z (over 9 years ago)
- Last Synced: 2024-10-12T19:24:24.721Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 479 KB
- Stars: 26
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
![scrum yo](https://raw.githubusercontent.com/mscoutermarsh/scrum_yo/master/scrum_art.png)
----
[![Gem Version](https://badge.fury.io/rb/scrum_yo.png)](http://badge.fury.io/rb/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
![example of scrumyo](https://raw.githubusercontent.com/mscoutermarsh/scrum_yo/master/scrumyo_example.png)## 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.
## AuthenticationYou'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 :heart: :purple_heart: :green_heart:
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](https://twitter.com/mscccc) or open an issue.