korzhavin-gendiff
v1.5.0
Published
Compares two configuration files and shows a difference.
Downloads
5
Maintainers
Readme
Gendiff
Installation
You can install gendiff with npm.
npm install --global korzhavin-gendiff
Usage
gendiff --format plain before.json after.json
Help
gendiff -h
Usage: gendiff [options] <firstConfig> <secondConfig>
Compares two configuration files and shows a difference.
Options:
-h, --help output usage information
-V, --version output the version number
-f, --format [type] Output formats: simple (by default), plain, json