package-template/README.md

29 lines
397 B
Markdown
Raw Normal View History

2024-07-26 18:30:00 +02:00
Composer package template
-------------------------
Template for composer packages with CI and a Docker image for local development.
### Сode style fixer
```bash
make code-style-fix
```
### Сode style check
```bash
make code-style-check
```
### Run analyzer
```bash
make analyze-code
```
### Run Run unit tests
```bash
make run-unit-tests
```
### Run full test
```bash
make full-test
```