Difference generator - CLI utility that determines the difference between two data structures(json, yaml). Generating a report in plain text, stylish and json format.
- Clone repository
git clone https://github.com/RamiGaggi/edu-diff-generator.git
- Go to working directory
cd edu-diff-generator
- Install dependencies
make install
- Install as package
make package-install
or usepoetry run
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