CLI app, which compares two configuration files and shows a difference. The utility supports the following input data formats: json, yaml/yml. The output report can be generated in one of the following formats: stylish (default), plain, json.
-
Clone this repository to your local machine:
git clone git@github.com:nosaxa/frontend-project-lvl2.git
-
Install dependencies:
make install
-
Publish the package locally:
make publish
-
Install the package from local storage:
npm link
Usage: gendiff [options] <filepath1> <filepath2>
Compares two configuration files and shows a difference.
Options:
-V, --version output the version number
-f, --format [type] output format (default: "stylish")
-h, --help display help for command