From 2f32cc4a48cd9fa0fb613311ec507d36c2a70a05 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 18 Oct 2023 14:58:42 +0200 Subject: [PATCH] docs: update --- src/pages/build-configs.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/build-configs.mdx b/src/pages/build-configs.mdx index 000c10465..20b8cce90 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.