0.0.11 • Published 5 years ago
map-difference v0.0.11
This CLI utility compares two configuration files and outputs a difference between them. Supports different types of outputs.
map-difference
Setup
Download package from npm using:
$ npm install map-differenceInstall it by running:
$ make installCompare JSON files
Compare YAML/YML files
Compare INI files
Supports different output formats
Plain
Try it by running:
$ gendiff --format 'plain' fileOne fileTwoJSON
Try it by running:
$ gendiff --format 'json' fileOne fileTwoRun tests
$ make test