A CLI tool for generating build configuration files.
Add a data transfer object that stores the source file name, the file name to generate and an optional path to create for each file to generate. As I'm using a `readonly` class for the DTO, this required updating PHP to 8.2. nix develop --command php bin/build-configs run |
||
|---|---|---|
| .github/workflows | ||
| bin | ||
| resources | ||
| src | ||
| templates | ||
| tests | ||
| .gitignore | ||
| box.json.dist | ||
| composer.json | ||
| composer.lock | ||
| 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.