https://github.com/micro/mucl
Service configuration language
https://github.com/micro/mucl
Last synced: 9 months ago
JSON representation
Service configuration language
- Host: GitHub
- URL: https://github.com/micro/mucl
- Owner: micro
- License: apache-2.0
- Created: 2025-05-02T13:29:39.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-19T16:22:36.000Z (9 months ago)
- Last Synced: 2025-07-19T20:05:33.489Z (9 months ago)
- Language: Go
- Homepage: https://micro.github.io/mucl/
- Size: 116 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# MuCL
Mu is a code generation tool for the development of go-micro services
## Documentation
Docs are in the `/docs` folder, generated by [vitepress](https://vitepress.dev/)
Run `task docs:dev` to preview them. -- requires npm and node installed