zharkov-denis / gendiff
differencies generator
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/zharkov-denis/gendiff
Requires
- docopt/docopt: 1.0.2
- funct/funct: 1.5
- symfony/yaml: 4.2.5
Requires (Dev)
- phpunit/phpunit: 8
- squizlabs/php_codesniffer: 3.3.2
README
Description:
This package helps to find differences in files
How to install gendiff:
For global installation:
composer global require zharkov-denis/gendiff
Call help:
gendiff -h
or
gendiff -help
Call json flat files to see difference:
gendiff *.json *.json
Call yaml files to see difference:
gendiff *.yaml *.yaml
Call json non-flat files to see difference:
gendiff *.json *.json
Call files to see difference in plain format:
gendiff *.(json/yaml) *.(json/yaml) --format plain
Call files to see difference in json format:
gendiff *.(json/yaml) *.(json/yaml) --format json