A CLI tool for generating build configuration files.
Find a file
Oliver Davies 46747d2bf8 feat: allow for disabling a justfile
Prevent generating a justfile by adding `justfile: false` to the
project's build.yaml file.

Refs: #18
2023-02-21 08:33:51 +00:00
bin Rename binary file and make it executable 2023-01-21 20:48:03 +00:00
examples docs: Add language to example build files 2023-01-19 22:40:49 +00:00
src feat: allow for disabling a justfile 2023-02-21 08:33:51 +00:00
templates feat: create a justfile 2023-02-21 08:33:45 +00:00
.gitignore Refactor 2023-01-19 20:10:04 +00:00
box.json.dist build: update the main and output filenames 2023-02-03 18:55:06 +00:00
composer.json feat: add initial validation of build.yaml 2023-02-10 19:18:58 +00:00
composer.lock feat: add initial validation of build.yaml 2023-02-10 19:18:58 +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
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.