Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 580 Bytes

File metadata and controls

24 lines (14 loc) · 580 Bytes

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