Gendiff - CLI utility compares two configuration files and shows a difference.
Clone repository to a local pc and run these commands in the root of the foder.
$ make install
$ sudo npm link
Use gendiff --help to show help page
Usage: gendiff [options] <filepath1> <filepath2>
Compares two configuration files and shows a difference.
Options:
-V, --version output the version number
-f, --format, <type> output format (default: "stylish")
-h, --help output usage information
Gendiff supports different output formats:
stylish (default)
plain
json
Use -f flag to set required output format. -f, --format <type> output format