Difference generator is a console utility to find and display the differences between two configuration files in json, yml or yaml format
- Clone this repository
- Run the command:
make install
- Run the command:
npm link
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