yanepenb/gendiff

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

Utility for finding differences in configuration files.

0.0.4 2019-08-08 06:02 UTC

This package is auto-updated.

Last update: 2024-03-05 12:23:54 UTC


README

Utility for finding differences in configuration files.

Bages

Maintainability Build Status Test Coverage

How to install:

composer global require yanepenb/gendiff

install

Example gendiff flat files *.json *.json

install

Example gendiff *.yaml *.yaml

install

Example gendiff nested files *.json *.json and *.yaml *.yaml

install install

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

install

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

install