CI CD

1 post
Yeoman

Generating CI/CD Pipelines for Microservices With Yeoman

TL;DR: You can create a Yeoman generator for your CI/CD pipelines. It's good, I tried.

Once you start multiplying services, you hit a problem of increased effort spent on non-business logic. With every new application you need to setup all the boilerplate: initial project, dependencies, running tests, building and deploying everything. Most of this things are very similar from project to project but they differ in details so you can copypaste a lot but you need to do it carefully so you don't break a lot of stuff by forgetting to update one line in a copypasted file. This needs a better solution.