warmans/code-report
Composer 安装命令:
composer require warmans/code-report
包简介
Convert raw code metrics into attractive reports
README 文档
README
Generate attractive static HTML reports from raw code metrics. These are useful for CI servers which do not have built in reports.
Supported Input Formats
- Phploc XML
- checkstyle
Usage
code-report generate [path to input file] [path to output directory]
PhpLOC Example
./vendor/bin/phploc --log-xml phploc.xml src/
./code-report generate phploc.xml /tmp/code-report/.
Checkstyle Example
./vendor/bin/phpcs --standard="PSR2" src/* --report-checkstyle=./checkstyle.xml
./code-report generate checkstyle.xml /tmp/code-report/.
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2014-06-16