Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.35 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.35 KB

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