soundasleep/svntime
Composer 安装命令:
composer require soundasleep/svntime
包简介
A simple script to calculate the amount of time spent by committers on a Subversion repository
README 文档
README
A simple script to calculate the amount of time spent by committers on a Subversion repository (or, with GitHub's SVN bridge).
Available on Google Code (SVN): https://code.google.com/p/svntime/ Or GitHub (Git): https://github.com/soundasleep/svntime
UPDATE: This script has been superceded by gittime which has tests and support for more data sources.
Composer support
svntime can now be installed with Composer through Packagist:
{
"require": {
"soundasleep/svntime": "*"
}
}
Connecting to GitHub
rem 60 min = 3600 sec rem 120 min = 7200 sec php -f vendor/soundasleep/svntime/svntime.php -- --between 7200 --before 7200 --after 3600 https://github.com/user/repo1 https://github.com/user/repo2
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPLv3
- 更新时间: 2014-04-18