calcconfigdiff
v4.2.3
Published
2nd web-dev.(front) project on Hexlet. Cli utility that calculates & displays difference between 2 config files in .JSON, .yaml or .ini format
Downloads
6
Readme
Project is made during studying web-dev on Hexlet.
gendiff is a command-line cli-util that allows You to compare two config-files (.ini, .yaml or .JSON) and display the calculated difference between them in "simpleTree", "plain" or "JSON" format. "Simple-tree" output format is a default one for those cases when You input an incorrect displaying format which gendiff doesn't support.
In your command-line just type gendiff -f(--format)[prefered output format] path_to_file1 path_to_file2.
-h, --help output usage information
-V, --version output the version number
-f, --format [type] Output format
To be able to install & run gendiff the npm must be installed on your computer.
$ npm install -g calcconfigdiff
To see how it all works You can watch the short video below: