A CLI tool for generating build configuration files.
Find a file
Oliver Davies b1571f3174 refactor(run): change set statements
Use the long form name for each option instead of short hand names or a
combination of both - e.g. `set -eu` and `set -o pipefail`.
2023-11-22 21:53:50 +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 feat: opt-in to the new database credentials 2023-04-16 21:21:40 +01:00
src test: ensure the project type is valid 2023-11-22 21:48:49 +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 refactor(run): change set statements 2023-11-22 21:53:50 +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
justfile refactor(*): change to a Symfony Console app 2023-04-24 01:05:07 +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.