Skip to content

moonwalker/luna

Repository files navigation

Luna

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

Features

  • Task runner with intergrated Starlark support
  • Build and run multiple services
  • Watch for changes and restart services
  • Build docker images

Install

Download latest release

License

MIT