Skip to content

The project from Hexlet School. This program determines the differences between two data structures.

Notifications You must be signed in to change notification settings

kotyasher/frontend-project-46

Repository files navigation

Hexlet tests and linter status:

Actions Status Actions Status Maintainability Test Coverage

Support for different input formats: yaml, json. Generating reports in the form of plain text, stylish and json.

Installation:

make install
npm link

Minimum requirements:

Node: 17.9.1

Usage:

gendiff -h

gendiff -V

gendiff <path to file1> <path to file2>

gendiff --format plain <path to file1> <path to file2>

gendiff --format json <path to file1> <path to file2>

Examples:

Help and version

asciicast

Two JSON files with nested objects compare (stylish formatter)

asciicast

Two YML files with nested objects compare (stylish formatter)

asciicast

Plain formatter

asciicast

JSON formatter

asciicast

About

The project from Hexlet School. This program determines the differences between two data structures.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published