Diff generator

simple and smart tool with cli interface and lib package for comparing JSON and YAML files

Project status:

Actions Status makefile-test Maintainability Test Coverage


Setup

  npm ci

Run tests

  npm run tests

How to use

for cli help use -h option

/bin/gendiff.js path_to_file1 path_to_file2 -f output_format

output_format

  • stylish format with nested structures
  • plain format as plain list
  • json format

asciicast