Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.49 KB

README.md

File metadata and controls

28 lines (25 loc) · 1.49 KB

Hexlet tests and linter status:

Actions Status Maintainability Test Coverage example workflow


Gendiff Utility

The utility allows you to compare 2 files (JSON, YAML, YML) by relative and absolute paths. Outputs differences in three formats:

  1. Stylish

  2. Plain

  3. JSON string


Demo


Install
git clone https://github.com/SmokieEyes/fullstack-javascript-project-46.git
make install

Launch

For help: gendiff -h


Usage: gendiff [options] <filepath1> <filepath2>