Files
php-lib-chilean-rut/Makefile

8 lines
142 B
Makefile

coverage:
vendor/bin/phpunit --coverage-text
cs:
vendor/bin/php-cs-fixer fix --diff --verbose
commit: cs coverage
git add . && git commit