gendiff-gapallex
v0.7.0
Published
Compares two configuration files and shows a difference
Readme
hexlet project #2
gendiff
Compares two configuration files and shows a difference
How to install
npm install -g gendiff-gapallexHow to use
gendiff [option] <firstConfig> <secondConfig>Options
Options:
-V, --version output the version number
-f, --format [type] Output format. Types: "plain", "json" or (default: "tree")
-h, --help output usage informationAPI
import genDiff from 'gendiff-gapallex';
genDiff(firstFilePath, secondFilePath, format);Format: 'tree', 'plain' or 'json'
