alexey-654 / php-project-lvl2
Files diff generator
v0.1
2020-08-02 12:17 UTC
Requires
- docopt/docopt: ^1.0
- symfony/yaml: ^5.1
Requires (Dev)
- phpunit/phpunit: ^9.2
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2025-04-29 01:33:32 UTC
README
Installation
$ composer require alexey-654/php-project-lvl2
Usage
This CLI support -
- for input files - JSON or YAML format
- for output three type format - 'pretty' by default, 'plain' and JSON
In your terminal go to the directory with installed package, then type:
$ bin/gendiff --format plain pathToFile1 pathToFile2