Rustem-A/Page-Analyzer

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
test:
    composer run-script phpunit tests
install:
     composer install
run:
    php -S localhost:8000 -t public
# logs:
#     tail -f storage/logs/lumen.log
lint:
    composer run-script phpcs -- --standard=PSR12 app routes tests
push:
    git push -u origin master