Skip to content

🔎 Difference generator - CLI utility that determines the difference between two data structures(json, yaml). Generating a report in plain text, stylish and json format.

Notifications You must be signed in to change notification settings

RamilGN/edu-diff-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diff Generator

Difference generator - CLI utility that determines the difference between two data structures(json, yaml). Generating a report in plain text, stylish and json format.

asciicast

Tests and linter status(CI)

diff-check

Codeclimate

Maintainability Test Coverage

Install

  1. Clone repository git clone https://github.com/RamiGaggi/edu-diff-generator.git
  2. Go to working directory cd edu-diff-generator
  3. Install dependencies make install
  4. Install as packagemake package-install or use poetry run

Usage

gendiff -f json tests/fixtures/recursive/file1.json  tests/fixtures/recursive/file2.yaml
poetry run gendiff -f json tests/fixtures/recursive/file1.json  tests/fixtures/recursive/file2.yaml

About

🔎 Difference generator - CLI utility that determines the difference between two data structures(json, yaml). Generating a report in plain text, stylish and json format.

Resources

Stars

Watchers

Forks

Packages

No packages published