Skip to content

PHP console Difference finder tool. This tool will help you to find differences between two json and yaml files.

Notifications You must be signed in to change notification settings

BotServicePro/php-project-lvl2

Repository files navigation

Github Actions Status

Difference finder console tool is my second project from Hexlet!

Console utilite "Difference finder" for comparing and finding differencies in 2 files (YML and JSON formats).
It has 3 output formats: stylish, plain, json.
By default output foramt is stylish

Compare 2 files with default format:
php bin/gendiff file1.json file2.json



Compare 2 files with choosing output format plain:
php bin/gendiff --format plain file1.json file2.json



Compare 2 files with choosing output format json:
php bin/gendiff --format json file1.json file2.json

About

PHP console Difference finder tool. This tool will help you to find differences between two json and yaml files.

Resources

Stars

Watchers

Forks

Packages

No packages published