Programm to compare two files.
Supported file formats: json, yaml.
Available formats to display differences: stylish(default format), plain, json.
Install
make install
gendiff file1.json file2.json
gendiff file1.yaml file2.yaml
gendiff file1.json file2.json
gendiff file1.yaml file2.yaml --format plain
gendiff file1.yaml file2.yaml --format json