Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.45 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.45 KB

frontend-project-lvl2

Maintainability Test Coverage CI

Compare two files and generate difference

Supported file formats: json, ini, yml

install:

npm install frontend-project-lvl2-evvs asciicast

usage:

gendiff --format [output format] [path to file] [path to file]

If you don't use --format output'll be in tree format

Output formats:

gendiff --format tree (default value)

gendiff --format json

gendiff --format plain

Examples:

gendiff files/before.json files/after.json

asciicast

gendiff --format plain before.yml after.yml

asciicast

gendiff --format json before.json after.json

asciicast