$ make install
$ make lint
$ make test
$ make link
$ make unlink
$ gendiff filePath1.json filePath2.json
$ gendiff --format plain filePath1.json filePath2.json
$ gendiff --format json filePath1.json filePath2.json
$ gendiff filePath1.yml filePath2.yml
$ gendiff --format plain filePath1.yml filePath2.yml
$ gendiff --format json filePath1.yml filePath2.yml
import genDiff from '@hexlet/code';
const diff = genDiff(filePath1, filePath2, outputFormat);
console.log(diff);