A CLI tool for generating build configuration files.
Find a file
Oliver Davies 5c6e25a660 feat(justfile): add phpunit recipe
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.
2023-04-12 22:21:46 +01:00
.github/workflows ci: run PHPStan static analysis 2023-03-08 21:58:40 +00:00
bin refactor: serialise and validate a configuration 2023-04-07 20:03:52 +01:00
examples docs: Add language to example build files 2023-01-19 22:40:49 +00:00
resources chore: add a default Drupal docroot 2023-03-14 23:08:25 +00:00
src fix: drupal.docroot can be null 2023-04-07 20:55:23 +01:00
templates feat(justfile): add phpunit recipe 2023-04-12 22:21:46 +01:00
tests test: language should be a supported language 2023-03-11 01:11:21 +00:00
.gitignore test: project name should be a string 2023-03-11 01:01:52 +00:00
box.json.dist build: update the main and output filenames 2023-02-03 18:55:06 +00:00
composer.json refactor: serialise and validate a configuration 2023-04-07 20:03:52 +01:00
composer.lock refactor: serialise and validate a configuration 2023-04-07 20:03:52 +01:00
Dockerfile ci: run PHPStan static analysis 2023-03-08 21:58:40 +00:00
flake.lock build: add flake.nix 2023-02-15 13:59:26 +00:00
flake.nix build: add flake.nix 2023-02-15 13:59:26 +00:00
justfile Initial commit 2023-01-19 17:25:51 +00:00
phpstan.neon.dist build: Add PHPStan 2023-01-19 22:39:23 +00:00
phpunit.xml build(deps): add Pest 2023-03-11 00:41:10 +00:00
README.md Create README.md 2023-02-15 22:00:37 +00:00

build-configs

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