bvv-frontend-project-lvl2
v2.0.1
Published
Compares two configuration files and shows a difference.
Downloads
43
Readme
frontend-project-lvl2
genDiff
gendiff is a cli utility that genegetes difference of two configuration files.
The utility supports JSON, YAML and INI input file formats.
Usage:
gendiff [options] <firstConfig> <secondConfig>Options:-V, --version output the version number-f, --format [type] output format (default: "complex")-h, --help output usage information
The utility supports next output formats:
- complex;
- plain;
- json.
