GenDiff is a cli-app that generates the difference between two files and outputs it in one of three formats. The app works with formats json and yaml(yml). Supported output formats: stylish, plain and json.
Node.js 13.2.0 or higher
Attention! Commands must be run from the app directory!
Installing dependencies
make install
Installing a package with app
The following command will be run as root!
make link
Usage: gendiff [-h] [-V] [-f] <filepath1> <filepath2>
Optional arguments:
-V, --version Show program's version number and exit.
-f, --format Choose output format.
-h, --help Show this help message and exit.