Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Tazya/php-project-lvl2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP CI Maintainability Test Coverage

PHP-Project-lvl2

Gendiff - Cli application for search differences in configuration files

Install

Composer requires to install
Install command:

composer global require tazya/gendiff:dev-master

PHP version > 7.4.0 is required

Basic JSON and YAML config files compare

Use gendiff <file1> <file2> command to compare configs asciicast

Recursive config files compare

Use gendiff <file1> <file2> command to compare configs asciicast

Format options usage

Use gendiff --format <format> <file1> <file2> command to compare configs. Allow 'pretty', 'plain' and 'json' formats
asciicast

Get results in JSON

Use gendiff --format json <file1> <file2> command to show results in JSON. It can be useful as library in your project
asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published