/gitout-cli

Check how much code you pushed to GitHub so far today.

Primary LanguageRubyMIT LicenseMIT

Gitout

Build Status

Check how much code you pushed to GitHub so far today.

Installation

Install via RubyGems

gem install gitout

How to use

Once installed just run

gitout {your-github-username}

Gitout will read every public repository that you own and count how many commits you pushed today. Including the lines of code added and deleted.

GitHub data for 'jonathantorres'
Commits: 10
Lines of code added: 44
Lines of code deleted: 12

License

MIT