This is utility running from terminal.
Compares two configuration files and shows a difference in three output formats: default, plain and json.
Supported config file types: JSON, YAML and INI.
This project was reviewed by Hexlet.
npm i -g config-difference-generator
Type in terminal from folder with config files:
gendiff -f [output format] <first-config> <second-config>
-V, --version output the version number
-f, --format [type] output format: default, plain or json (default: "default")
-h, --help display help for command
- commander
- ini and js-yaml parsers
- lodash
- jest
- eslint