A CLI tool for generating build configuration files.
Find a file
Oliver Davies 16ad71f4f4 chore: add missing values to the Config DTO
* Add `dockerfile.stages.*.extra_directories` as an optional list of
  strings.
* Allow `php.phpstan` and `php.phpcs` to be `false` or a Collection so
  their configuration files can not be generated.
* Add `php.phpunit` and allow it to be set to `false` so its
  configuration files can not be generated.
* Add `database.extra_databases`
* Add `php.phpstan.baseline` as an optional boolean.
* Add `node.version` as a string.
2023-11-22 23:50:20 +00:00
.github/workflows ci: run tests 2023-11-06 01:17:53 +00:00
bin refactor(*): change to a Symfony Console app 2023-04-24 01:05:07 +01:00
config refactor(*): change to a Symfony Console app 2023-04-24 01:05:07 +01:00
resources chore: use new database credentials by default 2023-11-22 23:45:49 +00:00
src chore: add missing values to the Config DTO 2023-11-22 23:50:20 +00:00
templates refactor(run): change set statements 2023-11-22 21:53:50 +00:00
tests test: ensure the project type is valid 2023-11-22 21:48:49 +00:00
translations refactor(*): change to a Symfony Console app 2023-04-24 01:05:07 +01:00
vendor-bin/box refactor(*): change to a Symfony Console app 2023-04-24 01:05:07 +01:00
.env refactor(*): change to a Symfony Console app 2023-04-24 01:05:07 +01:00
.env.test test: re-add original tests 2023-11-06 01:07:23 +00:00
.envrc build: use direnv 2023-09-24 22:55:07 +01:00
.gitignore test: re-add original tests 2023-11-06 01:07:23 +00:00
autoload_runtime.template refactor(*): change to a Symfony Console app 2023-04-24 01:05:07 +01:00
box.json.dist build: generate a phar version of build-configs 2023-10-06 23:52:20 +01:00
CHANGELOG.md chore: add missing values to the Config DTO 2023-11-22 23:50:20 +00:00
composer.json test: re-add original tests 2023-11-06 01:07:23 +00:00
composer.lock test: re-add original tests 2023-11-06 01:07:23 +00:00
flake.lock build: generate a phar version of build-configs 2023-10-06 23:52:20 +01:00
flake.nix build: generate a phar version of build-configs 2023-10-06 23:52:20 +01:00
phpstan.neon.dist refactor(*): change to a Symfony Console app 2023-04-24 01:05:07 +01:00
phpunit.xml.dist test: re-add original tests 2023-11-06 01:07:23 +00:00
README.md Create README.md 2023-02-15 22:00:37 +00:00
run build(run): add test task 2023-11-22 21:49:11 +00:00
symfony.lock test: re-add original tests 2023-11-06 01:07:23 +00:00

build-configs

A CLI tool for generating build configuration files for PHP projects.