nekedio / php-project-lvl2
该软件包最新版本(0.11)没有提供许可证信息。
比较工具
0.11
2020-10-03 22:20 UTC
Requires
- docopt/docopt: ^1.0
- funct/funct: ^1.5
- symfony/yaml: ^5.1
Requires (Dev)
- phpunit/phpunit: ^9.1
- squizlabs/php_codesniffer: ^3.5
README
php-project-lvl2
安装
- 克隆仓库
-
make install
通过composer全局安装
- 全局安装composer
-
composer global require nekedio/php-project-lvl2
帮助
gendiff --help
比较两个JSON文件
gendiff --format stylish firstFile.json secondFile.json
比较两个YML文件
gendiff --format stylish firstFile.yml secondFile.yml
普通输出
gendiff --format plain firstFile secondFile
JSON输出
gendiff --format json firstFile secondFile