27 lines
1.3 KiB
Markdown
27 lines
1.3 KiB
Markdown
---
|
|
title: Build Configs is now public and open-source
|
|
date: 2024-08-27
|
|
permalink: daily/2024/08/27/build-configs-is-open-source
|
|
tags:
|
|
- software-development
|
|
- open-source
|
|
- php
|
|
- symfony
|
|
cta: ~
|
|
snippet: |
|
|
Build Configs is now released as open-source software on GitHub.
|
|
---
|
|
|
|
Build Configs - the tool I wrote to generate build configuration files for projects - is [now released as open-source software on GitHub][0].
|
|
|
|
I wrote it to generate configuration files, such as PHPUnit, PHPStan and PHPCS files, Dockerfiles, Docker Compose files and others, for personal and client projects - namely Drupal, Symfony and Sculpin projects - instead of writing them by hand every time and making them easier to maintain.
|
|
|
|
I've used it for my [Docker examples on GitHub][3] done [live streams where I've re-explored Behat][2] and [given talks on the project][1], so it made sense to open-source it and release it publicly.
|
|
|
|
There are still more I'd like to do with it, including improving documentation and adding examples, but if you'd like to contribute to it, contributions and pull requests are welcome.
|
|
|
|
[0]: https://github.com/opdavies/build-configs
|
|
[1]: {{site.url}}/talks/building-build-configs
|
|
[2]: https://www.youtube.com/watch?v=Wlkcf1PLWN8
|
|
[3]: https://github.com/opdavies?tab=repositories&q=docker-example-
|