From 5680df20dced1ed4957da2bf8183e000a1c8e391 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 28 Aug 2024 17:01:33 +0100 Subject: [PATCH] Add daily email for 2024-08-27 Build Configs is now open-source --- source/_daily_emails/2024-08-27.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 source/_daily_emails/2024-08-27.md diff --git a/source/_daily_emails/2024-08-27.md b/source/_daily_emails/2024-08-27.md new file mode 100644 index 00000000..7b3ee84a --- /dev/null +++ b/source/_daily_emails/2024-08-27.md @@ -0,0 +1,26 @@ +--- +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-