Skip to content

Diff Generator - console utility for comparing data structures and displaying the differences between them

Notifications You must be signed in to change notification settings

olgarozmetova/frontend-project-46

Repository files navigation

Diff Generator

CI Quality Gate Status Coverage

Hexlet tests and linter status:

Actions Status

Description

A diff generator is a console application that looks for the difference between two data structures. The utility supports various input formats: YAML, JSON; parses and processes data from them, and outputs the results in plain text, stylish, and JSON formats.

Setup

make install

Display help information

gendiff -h

Run tests

make test

Run tests with coverage

See sonar-project.properties:

make test-coverage
# see ./coverage

Preview

Asciinema genDiff json files:

asciicast

Asciinema genDiff yaml files:

asciicast

Asciinema genDiff json and yaml files:

asciicast

Asciinema genDiff nested json and yaml files 'stylish format':

asciicast

Asciinema genDiff nested json and yaml files 'plain format':

asciicast

Asciinema genDiff nested json and yaml files 'json format':

asciicast

About

Diff Generator - console utility for comparing data structures and displaying the differences between them

Resources

Stars

Watchers

Forks

Packages

No packages published