This utility is used to compare two .json or .yml files and generate a difference report in three output formats: stylish, plain, json
- Clone this repository
[email protected]:Amanetes/backend-project-lvl2.git
-
Type
make install
-
Type
npm link
Program options:
- Type
gendiff -h
to get help - Type
gendiff -f
with files to be compared to specify output format - Type
gendiff -V
to check version
Option | Description |
---|---|
-V, --version | output the version number |
-f, --format [type] | output format (default: "stylish") |
-h, --help | output usage information |