ikijime / php-project-lvl2
Compare two configuration files and output difference.
0.7.0
2021-05-23 08:12 UTC
Requires
- docopt/docopt: ^1.0
- lstrojny/functional-php: ^1.17
- symfony/yaml: ^5.2
Requires (Dev)
- hexlet/phpstan-fp: ^1.1
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^0.12
- phpunit/phpunit: ^9.5.0
- squizlabs/php_codesniffer: ^3.0
README
Hexlet tests and linter status:
Второй проект профессии php-программист на Hexlet.io
Описание
Консольная PHP утилита показывающая различие между YAML или JSON файлами. Поддерживает вывод в трёх форматах: Stylish(по умолчанию), Plain, Json.
Установка
composer global require ikijime/php-project-lvl2
Демонстрация работы
Generate diff
Usage:
gendiff (-h|--help)
gendiff (-v|--version)
gendiff [--format <fmt>] <firstFile> <secondFile>
Options:
-h --help Show this screen
-v --version Show version
-f --format <fmt> Report format [default: stylish]