Skip to content

FromCS/fullstack-javascript-project-46

Repository files navigation

Hexlet tests and linter status:

Actions Status Maintainability Test Coverage

Installation

git clone git@github.com:FromCS/fullstack-javascript-project-46.git
make install

Requirements

NodeJS above v.16

Description

Gendiff is the CLI application. This app using for compare two files. Available file's extension are .json and .yaml. Available formatters are stylish, plain & json.

Formatters

Default OR stylish

JSON

gendiff file1.json file2.json
gendiff --format stylish file1.json file2.json

asciicast

YAML

gendiff file1.yml file2.yml
gendiff --format stylish file1.yml file2.yml

asciicast

Plain format

JSON

gendiff --format plain file1.json file2.json

asciicast

YAML

gendiff --format plain file1.yml file2.yml

asciicast

JSON format

JSON

gendiff --format json file1.json file2.json

asciicast

YAML

gendiff --format json file1.yml file2.yml

asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published