docs: update

This commit is contained in:
Oliver Davies 2023-10-18 14:58:42 +02:00
parent 2c48bf84ce
commit 2f32cc4a48

View file

@ -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.