make install
npm link
Usage: gendiff [options] <filepath1> <filepath2>
Options:
-v, --vers output the current version
-f, --format <type> output format (default: "stylish")
-h, --help display help for command
-
Compare two different extention documetns (JSON and YML) with
stylish
format option by default -
Compare two documents by
plain
format
Usage: `gendiff -f plain <filepath1> <filepath2>`
- Gendiff JSON format
Usage: `gendiff -format json <filepath1> <filepath2>`