A CLI tool for generating build configuration files.
Allow for setting a `docroot` directory for Drupal projects. By default, I've set this to `web` as that's what the Drupal Composer scaffold projects use, but other platforms such as Acquia Cloud hosting use `docroot`. This is how it can be configured in `build.yaml`: ```yaml drupal: docroot: docroot ``` Fixes #2 |
||
|---|---|---|
| bin | ||
| examples | ||
| src | ||
| templates | ||
| .gitignore | ||
| box.json.dist | ||
| composer.json | ||
| composer.lock | ||
| flake.lock | ||
| flake.nix | ||
| justfile | ||
| phpstan.neon.dist | ||
| README.md | ||
build-configs
A CLI tool for generating build configuration files for PHP projects.