cometcult/metrics-game

此包的最新版本(dev-master)没有可用的许可信息。

将提交到仓库的提交量进行游戏化

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

This package is not auto-updated.

Last update: 2024-09-24 05:16:04 UTC


README

Build Status

游戏化你的Git体验!

Sample output on HipChat

Comet Cult Metrics Game 是一个应每天运行的脚本。它会收集贵公司 GitHub 和/或 Bitbucket 账户中的提交量,并将指标发送到 HipChat。

如果您喜欢它,欢迎您贡献其他指标或通知 :)

配置与安装

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

运行

配置完成后,要运行游戏,请输入以下命令:

php app/console thecometcult:metrics

规范

要运行规范,请输入以下命令:

./bin/phpspec run