Luna is a command line tool for microservices in monorepos, trying to make developers life easier.
In case when you have your services in a monorepo, there are a some obstacles needs to solve.
Dev: run multiple services concurrently, and restart them when files changed
CI: build docker images
- Task runner with intergrated Starlark support
- Build and run multiple services
- Watch for changes and restart services
- Build docker images
Download latest release
MIT