Compares two configuration files (json, yaml) and shows differences in three chosen formats: tylish, plain or json.
git clone https://github.com/volhapunko/python-project-50.git
cd python-project-50
make install
gendiff file3.json file4.json
gendiff file3.yml file4.yml
gendiff -f plain file3.json file4.json
gendiff -f plain file3.yml file4.yml
gendiff -f json file3.json file4.json
gendiff -f json file3.yml file4.yml
make lint
make test