Skip to content

Difuster/files-comparator

Repository files navigation

Hexlet tests and linter status:

Actions Status

Maintainability

example workflow

Test Coverage

Programm to compare two files.
Supported file formats: json, yaml.
Available formats to display differences: stylish(default format), plain, json.

Install

make install

compare json files:

gendiff file1.json file2.json

asciicast

compare yaml files:

gendiff file1.yaml file2.yaml

asciicast

get default output format (stylish):

gendiff file1.json file2.json

asciicast

get plain output format:

gendiff file1.yaml file2.yaml --format plain

asciicast

get json output format:

gendiff file1.yaml file2.yaml --format json

asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published