Difference generator is a program that determines the difference between two data structures.
A program is able to work with the formats: json, yaml
Clone the repository and use this commands:
make install
make build
make package-install
- -h, --help
gendiff -h- launch help - -f, --format
gendiff -f- set format of output. Available formats:
-f stylish- default format-f plain-f json
gendiff filepath1.json filepath2.json
gendiff filepath1.yaml filepath2.yaml
gendiff filepath1.json filepath2.json
gendiff filepath1.json filepath2.json -f plain
gendiff filepath1.json filepath2.json -f json