tur-4000 / php-project-lvl2
Second php project.
dev-main
2021-02-03 10:49 UTC
Requires
- docopt/docopt: ^1.0
- funct/funct: ^1.5
- symfony/yaml: ^5.2
Requires (Dev)
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2025-03-24 21:18:58 UTC
README
GenDiff
Утилита для сравнения двух файлов.
Setup
$ git clone https://github.com/Tur-4000/php-project-lvl2.git $ make install
Run tests
$ make test
Usage
gendiff -h Generate diff Usage: gendiff (-h|--help) gendiff (-v|--version) gendiff [--format <fmt>] FIRST_FILE SECOND_FILE Options: -h --help Show this screen -v --version Show version --format <fmt> Report format [default: stylish]