cometcult/metrics-game

There is no license information available for the latest version (dev-master) of this package.

Gamification of the amount of commits contributed to a repository

dev-master 2015-10-20 21:29 UTC

This package is not auto-updated.

Last update: 2024-05-07 03:22:03 UTC


README

Build Status

Gamify your git experience!

Sample output on HipChat

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 :)

Configuring & Installing

cp config.yml.dist config.yml
# supply your settings in config.yml
curl -s http://getcomposer.org/installer | php
php composer.phar install

Running

To run the game after you have it configured type:

php app/console thecometcult:metrics

Specs

To run the specs just type:

./bin/phpspec run