Skip to content

Vox1oot/frontend-project-lvl2

Repository files navigation

Hexlet tests: Actions Status

Codeclimate status:

Tests & lint: linter

Test coverage:


Description:

This is my second Hexlet project - Generator of difference.

Difference calculator is a console utility designed to calculate and display the difference between two data structures. The utility can display the difference in 2 formats.

Supporting formats: JSON, YML, YAML


Installation:

Install of all dependencies: make install


How use:

  • $ gendiff <filepath1> <filepath2>: show diff with default format
  • $ gendiff -f, --format [plain, json] <filepath1> <filepath2>: show diff with plain or json format
  • $ gendiff -h, --help: display help for command

Demonstration of diff with default format

asciicast

Demonstration of diff with plain format

asciicast

Demonstration of diff with json format

asciicast