config-difference-generator
v0.7.9
Published
Compares two configuration files and shows a difference.
Downloads
2
Maintainers
Readme
Config Difference Generator
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.
Install
npm i -g config-difference-generator
Usage
Type in terminal from folder with config files:
gendiff -f [output format] <first-config> <second-config>
Options
-V, --version output the version number
-f, --format [type] output format: tree, plain or json (default: "tree")
-h, --help display help for command
Used in project:
- commander
- ini and js-yaml parsers
- lodash
- jest
- eslint