valeraseregin / gendiff-php
php study project
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/valeraseregin/gendiff-php
Requires
- php: >=7.4
- docopt/docopt: ^1.0
- funct/funct: ^1.5
- symfony/yaml: ^5.1
Requires (Dev)
- phpstan/phpstan: ^0.12.58
- phpunit/phpunit: ^9.4
- squizlabs/php_codesniffer: *
README
A util calculating a difference between two files. This util supports two file input formats: json and yaml. Output might be formatted in json, plain and pretty.
Setup
git clone https://github.com/valeriySeregin/gendiff-php.git
make install
Composer
composer global require valeraseregin/gendiff-php
echo export PATH="$PATH:$HOME/.config/composer/vendor/bin" >> ~/.bashrc
Getting help
gendiff --help
Testing
make test
Linting
make lint