calculator-differences
v1.9.7
Published
Search the differences in the configuration files and the create of patches
Downloads
21
Readme
Calculator differences
Install
$ npm install -g calculator-differences
Usage
$ gendiff --help
Usage: gendiff [options] <first_config> <second_config>
Compares two configuration files and shows a difference.
Options:
-h, --help output usage information
-V, --version output the version number
-f, --format [type] Output format
import diff from 'calculator-differences';
const differences = diff('../old.json', '../new.ini', 'pretty');
Formats: pretty, plain, json