https://github.com/lyonbot/lcml
LCML is a markup language, like "JSON" with "mustache" expression -- You can use {{ expression }} to notate dynamic values.
https://github.com/lyonbot/lcml
dsl json low-code mustache template-engine
Last synced: 5 months ago
JSON representation
LCML is a markup language, like "JSON" with "mustache" expression -- You can use {{ expression }} to notate dynamic values.
- Host: GitHub
- URL: https://github.com/lyonbot/lcml
- Owner: lyonbot
- License: mit
- Created: 2021-12-29T06:47:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-18T08:24:35.000Z (over 4 years ago)
- Last Synced: 2025-10-20T06:51:17.239Z (8 months ago)
- Topics: dsl, json, low-code, mustache, template-engine
- Language: TypeScript
- Homepage:
- Size: 730 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LCML -- JSON with expressions
Low-Code Markup Language (DSL) presents values with Dynamic Expressions. It is a superset of human readable JSON.
[Demo](https://lyonbot.github.io/lcml/)
## packages
- [`lcml` - main package](./packages/lcml)
- [`lcml-demo` - playground](./packages/lcml-demo)