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.

Maintainers

Package info

github.com/yanepenb/php-project-lvl2

Issues

Type:project

pkg:composer/yanepenb/gendiff

Statistics

Installs: 11

Dependents: 0

Suggesters: 0

Stars: 0

0.0.4 2019-08-08 06:02 UTC

This package is auto-updated.

Last update: 2026-03-05 16:24:36 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