Skip to content

Difference Calculator - cli tool for comparing JSON or YAML files

Notifications You must be signed in to change notification settings

Smol-An/php-project-48

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests, linter status, test coverage:

Actions Status PHP CI Maintainability Test Coverage

About the project

A difference calculator is a program that determines the difference between two data structures.

Utility features:
 * Support for different input formats: yaml and json.
 * Report generation in nested structure format, plain text and json.

Requirements

  • PHP >= 8.1
  • Composer >= 2.5.5
  • GNU Make >= 4.3

Setup

$ git clone https://github.com/Smol-An/php-project-48.git
$ cd php-project-48
$ make install

File comparison presentation:

json <> yml (nested format)

asciicast

json <> yml (plain format)

asciicast

json <> yml (json format)

asciicast

About

Difference Calculator - cli tool for comparing JSON or YAML files

Resources

Stars

Watchers

Forks

Packages

No packages published