package-template/README.md
2024-07-27 02:25:48 +03:00

471 B
Raw Blame History

Composer package template

Template for composer packages with CI and a Docker image for local development.

Commands

Сode style fixer

make code-style-fix

Сode style fixer

make code-style-fix

Сode style check

make code-style-check

Run analyzer

make analyze-code

Run Run unit tests

make run-unit-tests

Run full test

make full-test