diff --git a/src/pages/build-configs.mdx b/src/pages/build-configs.mdx index 000c1046..20b8cce9 100644 --- a/src/pages/build-configs.mdx +++ b/src/pages/build-configs.mdx @@ -19,6 +19,8 @@ export const products = [ }, ]; +**Sprint zero in a box.** + All of my projects contain similar build configuration files, such as Docker and Docker Compose files, PHPUnit and PHPStan configuration, and CI/CD pipeline workflows. I used to maintain these manually which was time-intensive and there was no guarantee that the same features or options were available from project to project. “Build Configs” is a tool I've written to maintain a canonical set of templates and generate them for each project based on a per-project configuration file.