docs: update
This commit is contained in:
parent
2c48bf84ce
commit
2f32cc4a48
|
@ -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.
|
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.
|
“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.
|
||||||
|
|
Loading…
Reference in a new issue