This project is a console utility that finds the difference between two files. This utility can work with such data formats as: JSON, YAML, YML. You can also see the comparison result in different output formats, for example: stylish, plain, json. The default output format is stylish. If the files do not exist, the utility will notify you about it.
- Linux, MacOS, WSL
- PHP >=8.3
- Composer
- Make
- Git
git clone https://github.com/NikolaiProgramist/php-project-48.git
cd php-project-48
make install
php bin/gendiff --format=stylish file1.json file2.json