Skip to content

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

Notifications You must be signed in to change notification settings

abstract-point/GenDiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published