nekedio / php-project-lvl2
Compare tool
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/nekedio/php-project-lvl2
Requires
- docopt/docopt: ^1.0
- funct/funct: ^1.5
- symfony/yaml: ^5.1
Requires (Dev)
- phpunit/phpunit: ^9.1
- squizlabs/php_codesniffer: ^3.5
README
php-project-lvl2
Install
- clone repository
-
make install
Install globally via composer
- Install globally composer
-
composer global require nekedio/php-project-lvl2
Help
gendiff --help
Compare two JSON
gendiff --format stylish firstFile.json secondFile.json
Compare two YML
gendiff --format stylish firstFile.yml secondFile.yml
Plain output
gendiff --format plain firstFile secondFile
Json output
gendiff --format json firstFile secondFile