Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moonwalker/luna
:construction_worker: Command line handyman.
https://github.com/moonwalker/luna
Last synced: 8 days ago
JSON representation
:construction_worker: Command line handyman.
- Host: GitHub
- URL: https://github.com/moonwalker/luna
- Owner: moonwalker
- License: mit
- Created: 2017-08-11T13:31:10.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T09:21:44.000Z (about 1 year ago)
- Last Synced: 2024-06-20T05:01:52.253Z (5 months ago)
- Language: Go
- Homepage:
- Size: 3 MB
- Stars: 2
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/moonwalker/luna/releases/latest)
## License
MIT