Difference generator - a program which determines differences between two data structures, generates a report and format an output in different ways. It takes a JSON/YAML files as input and outputs as stylish/plain/json format.
- Clone the repository (via SSH or HTTPS or GitHub CLI):
$ git clone <your link>
- Change the working directory:
$ cd frontend-project-lvl2
- Install dependencies:
$ make install
If you want to install package globally in your system you should run:
$ make link
And don't remember rerun this command in case of changes package.json!
$ make lint
$ make test
$ make test-coverage
$ gendiff [options] <filepath1> <filepath2>
Options:
-V, --version output the version number
-f, --format <type> output format: stylish, plain, json (default: "stylish")
-h, --help display help for command