hallernsk / php-project-lvl2
hexlet-project-2
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- docopt/docopt: ^1.0
- lstrojny/functional-php: ^1.17
- symfony/yaml: ^5.2
Requires (Dev)
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.5
README
Hexlet tests and linter status:
A php package calculates the difference between two json/yml files and outputs it in stylish (default), plain or json format
Setup
$ composer global require hallernsk/php-project-lvl2
Run
$ gendiff [--format <fmt>] <file1> <file2>
Generate diff of two JSON-files:
Generate diff of two YAML-files:
Generate diff of two complex JSON/YAML-files:
Generate diff of two complex JSON/YAML-files in plain format:
Generate diff of two complex JSON/YAML-files in json format: