RexSkz / json-diff-kit

A better JSON differ & viewer, support LCS diff for arrays and recognise some changes as "modification" apart from simple "remove"+"add".
https://json-diff-kit.js.org
MIT License
138 stars 12 forks source link

feat(cli): support cli #32

Closed RexSkz closed 9 months ago

RexSkz commented 9 months ago

Usage: jsondiff run <before_path> <after_path> [-c <config_path>] [-o <output_path>]

image

TODO: docs.