Skip to content

inasekin/frontend-project-46

Repository files navigation

Hexlet tests and linter status:

Node CI Actions Status Maintainability Test Coverage

Difference Generator

Description:

Gendiff is a utility compares two configuration files and shows a difference.

How it works:

The program defines a difference between structures of two files. Accepted extentions for input are yaml and json. Output formats are plain, JSON and stylish as default. For help type:

gendiff -h

Setup

git clone https://github.com/inasekin/frontend-project-46
cd frontend-project-46
make install

Usage:

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

Compares two configuration files and shows a difference.

Options:
  -V, --version        output the version number
  -f, --format <type>  output format (default: "stylish")
  -h, --help           display help for command

Asciinems

Compare simple json files asciicast

Compare nested json/yml files asciicast

Compare nested json/yml files with plain format asciicast

Compare nested json/yml files with json format asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published