gendiff-s401
v0.7.3
Published
A tool to show the difference between two configuration files
Downloads
7
Readme
Gendiff
What is it?
A tool that compares two config files and outputs the difference.
Installation and usage
Install with npm:
$ npm install -g gendiff-s401
Compare files:
$ gendiff <firstConfig> <secondConfig>
Deep structures comparison is supported:
Format:
The tree, generated by gendiff, could be rendered in various ways. For now, general, plain and json output formats are implemented. General format is used by default. You can set the preferred renderer like this:
$ gendiff --format [general|plain|json] <firstConfig> <secondConfig>