CLI-tool for take difference between two files.
Install all dependencies:
make installInstall packages:
npm link$ make testFor get help run:
gendiff --helpgendiff -hSupport formats: *.json, *.yaml, *.ini.
To compare two files run:
gendiff [options] <filePath1> <filePath2>Support types: diff(default), plain, json.
Add --format or -f flag and type of the output:
gendiff --format [type] <filePath1> <filePath2>gendiff -f [type] <filePath1> <filePath2>