A CLI tool for generating build configuration files.
Add a `phpunit` recipe for running PHPUnit tests, with a `test` alias that could later be used for running Pest in PHP projects or Jest in a node project. |
||
|---|---|---|
| .github/workflows | ||
| bin | ||
| examples | ||
| resources | ||
| src | ||
| templates | ||
| tests | ||
| .gitignore | ||
| box.json.dist | ||
| composer.json | ||
| composer.lock | ||
| Dockerfile | ||
| flake.lock | ||
| flake.nix | ||
| justfile | ||
| phpstan.neon.dist | ||
| phpunit.xml | ||
| README.md | ||
build-configs
A CLI tool for generating build configuration files for PHP projects.