git clone git@github.com:FromCS/fullstack-javascript-project-46.git
make install
NodeJS above v.16
Gendiff is the CLI application. This app using for compare two files. Available file's extension are .json and .yaml. Available formatters are stylish, plain & json.
JSON
gendiff file1.json file2.json
gendiff --format stylish file1.json file2.json
YAML
gendiff file1.yml file2.yml
gendiff --format stylish file1.yml file2.yml
JSON
gendiff --format plain file1.json file2.json
YAML
gendiff --format plain file1.yml file2.yml
JSON
gendiff --format json file1.json file2.json
YAML
gendiff --format json file1.yml file2.yml