zharkov-denis/gendiff

There is no license information available for the latest version (v0.6.2) of this package.

differencies generator

v0.6.2 2019-04-16 21:00 UTC

This package is auto-updated.

Last update: 2024-04-17 02:07:31 UTC


README

Maintainability Build Status

Description:

This package helps to find differences in files

How to install gendiff:

For global installation:

composer global require zharkov-denis/gendiff

asciicast

Call help:

gendiff -h
or
gendiff -help

asciicast

Call json flat files to see difference:

gendiff *.json *.json

asciicast

Call yaml files to see difference:

gendiff *.yaml *.yaml

asciicast

Call json non-flat files to see difference:

gendiff *.json *.json

asciicast

Call files to see difference in plain format:

gendiff *.(json/yaml) *.(json/yaml) --format plain

asciicast

Call files to see difference in json format:

gendiff *.(json/yaml) *.(json/yaml) --format json

asciicast