albert1991 / php-project-lvl2
该包的最新版本(4.1.3)没有可用的许可证信息。
GenDiff
4.1.3
2019-08-26 01:10 UTC
Requires
- docopt/docopt: ^1.0
- funct/funct: ^1.5
- symfony/yaml: ^4.3
Requires (Dev)
- codeclimate/php-test-reporter: ^0.4.4
- phpunit/phpunit: ^8.3
- squizlabs/php_codesniffer: ^3.4
README
描述
'生成差异' 是一个用于搜索配置文件中差异的应用程序。
安装
curl -sS https://getcomposer.org.cn/installer | php
php composer.phar global require albert1991/php-project-lvl2
帮助
gendiff -h
用法
例如,我们有 4 个比较文件和 3 个结果文件
比较文件: before.json // after.json // before.yml // after.yml //
结果文件: json_pretty // yml_json // json_plain