Skip to content

MikRyam/frontend-project-46

Repository files navigation

Hexlet tests and linter status:

Actions Status example workflow Maintainability Test Coverage

Description:

Generator of difference is the CLI program that generate difference between two files. Supporting formats: JSON, YML, YAML.

Install

make install

Setup genDiff

chmod +x bin/gendiff.js

make publish

sudo npm link

Run tests

make test

Run lint

make lint

genDiff Help

gendiff -h

Demo: installing a package, getting help info, launching genDiff

asciicast

launching genDiff

gendiff file1.json file2.json

Demo: run genDiff with different file .formats

asciicast

gendiff __fixtures__/file1.json __fixtures__/file2.json

gendiff __fixtures__/file1.yml __fixtures__/file2.yml

Demo: run genDiff with nested structures files

asciicast

Demo: run genDiff with nested structures files in plain format

asciicast

Demo: run genDiff with nested structures files in json format

asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published