Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.63 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.63 KB

GenDiff

Statuses:

Maintainability Test Coverage

Description

A PHP console application to compare JSON and YAML files, displaying differences in data.

System requires

PHP 7+

Installation

git clone https://github.com/abstract-point/GenDiff.git
cd GenDiff
make install

Using

./bin/gendiff [--format <fmt>] path/to/first_file path/to/second_file

Available formats: plain stylish json (default stylish)

How GenDiff work with .json files

asciicast

How GenDiff work with .yaml files

asciicast

How GenDiff display result in Stylish style

asciicast

How GenDiff display result in Plain style

asciicast

How DiffChecker display result in JSON style

asciicast