Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.78 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.78 KB

Hexlet tests and linter status:

Actions Status Maintainability Node CI Test Coverage

Difference calculator

Setup

$ make install

Comparison of flat files (JSON)

$ gendiff <filepath1> <filepath2>

asciicast

Comparison of flat files (YAML)

$ gendiff <filepath1> <filepath2>

asciicast

Nested structure comparison (JSON and YAML)

asciicast

Flat format

$ gendiff --format plain <filepath1> <filepath2>

asciicast

Get the differences in json format

$ gendiff -- format json <filepath1> <filepath2>

asciicast