Skip to content

mahenrique94/jdiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jdiff

A lib to do a comparsion between two JSON files

Install:

Using npm:

npm i -g @mahenrique94/jdiff

Using yarn:

yarn global add @mahenrique94/jdiff

How to use:

The command line needs -f parameter, this parameter must be a array of the String with two (only) files.

jdiff -f j1.json j2.json

Thanks