tur-4000 / php-project-lvl2
Second php project.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tur-4000/php-project-lvl2
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-09-24 22:41:53 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]