/gendiff

An application that shows the differences between json, yaml, yml format files

Primary LanguageJavaScript

Hexlet tests and linter status:

Actions Status

Maintainability

Test Coverage

nodejs workflow

Installation

Clone Repository

git clone https://github.com/bobrov-site/frontend-project-46.git

Install packages

npm i

Install local packages

sudo npm link

Description

Gendiff is a program that allows you to compare 2 files. The program can compare files with json, yml, yaml extensions. The program can produce results in 3 formats: stylish, plain, json.

Compare .json files and showing --version and --help commands

asciicast

Compare with formatter 'stylish' for .json files

asciicast

Compare with formatter 'plain' for .json files

asciicast

Compare with formatter 'json' for .json files

asciicast