Skip to content

yavictor/frontend-project-lvl2

Repository files navigation

frontend-project-lvl2

hexlet-check

Node.js CI

Code Climate

Issue Count

Test Coverage

gendiff:

Command line interface util that can show difference between two configuration files in json and yaml format. Also it can show only parameters that chaged in configuration and generate json result of both configs.

Install

For global install:

composer global require yavictor/php_project2

For local use:

composer global require yavictor/php_project2

Then istall depandencies:

make install

Show difference between two 'json' files

As "stylish" is default output:

gendiff first.json second.json

same as

gendiff --format stylish first.json second.json

asciicast

Show difference between two 'yml' files

asciicast

Show difference between two 'ini' files

asciicast

Show difference between two 'json' nested files, with default stylish output

asciicast

Show difference between same 'json' nested files, with plain output

asciicast

Show difference between same 'json' nested files, with json output, showing internal data representation

asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published