文件名称:tabular-cli:表格报表库的CLI
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-01 18:38:28
PHP
表格式CLI
这是一个简单的示范性CLI,用于PHPBench库。
表格是用于从XML文件生成表格报告的库。
用法示例
检查此存储库的examples文件夹中的examples ,用法如下:
$ php bin/tabular report examples/books/books.xml examples/books/report.json
定义文件
以下是报表的定义:
{
"classes" : {
"euro" : [
[ "printf" , { "format" : "
【文件预览】:
tabular-cli-master
----composer.json(758B)
----.travis.yml(403B)
----bin()
--------tabular(353B)
----examples()
--------phpunit()
--------phpbench()
--------books()
----.gitignore(21B)
----lib()
--------ReportCommandHandler.php(962B)
--------TabularApplicationConfig.php(848B)
----README.md(2KB)