Hey everyone 👋
I’ve built a tool called
wiremock-docker-easy-extensions
It’s a builder for WireMock that lets you easily package and run custom WireMock extensions written in Kotlin (or Java) without extra boilerplate.
Not so much relevant or flashy as all the KMP libraries I see out here, but it is fully built in Kotlin, and can be useful for server side, so I wanted to share.
The goal is to make it simple to:
• Build your extension logic in Kotlin or Java
• Mount it into the container without fiddling with manual builds
• Spin up WireMock with your custom behaviour ready to go
Would love feedback from the community, especially from folks who use WireMock in their Kotlin projects.