Educational project. Gendiff finds and prints difference between two .json or .yml/.yaml files. using and showing the chosen output format: 'plain', 'stylish', 'json'.
- python 3.6+
- make
-
Install Poetry into your system. Follow official installation guide for your OS: Installation Documentation
-
Build and install the project into your system
make build make package-install
gendiff --format path/to/file1 path/to/file2
gendiff -h
gendiff --format plain