A PHP console application to compare JSON and YAML files, displaying differences in data.
PHP 7+
git clone https://github.com/abstract-point/GenDiff.git
cd GenDiff
make install
./bin/gendiff [--format <fmt>] path/to/first_file path/to/second_file
Available formats: plain
stylish
json
(default stylish
)