Gamify your git experience!
The Comet Cult Metrics Game is a script that should be runned daily. It gathers the amount of commits in your company's github and/or bitbucket account and sends the metrics to HipChat.
If you like it feel free to contribute with other metrics or notifications :)
cp config.yml.dist config.yml
# supply your settings in config.yml
curl -s http://getcomposer.org/installer | php
php composer.phar install
To run the game after you have it configured type:
php app/console thecometcult:metrics
To run the specs just type:
./bin/phpspec run