vkzhuk/Difference-Generator

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
# Make file

install:
    composer install

lint:
    composer run-script phpcs -- --standard=PSR2 src bin tests

test:
    composer run-script phpunit tests