A lightweight MoonBit template toolkit for rendering, variable extraction, and template validation.
moon check
moon test
moon buildmoon run cmd/main
moon run examples/english
moon run examples/chineseHello MiniTPL! You are 5 years old.
Hello MoonBit developer, welcome to MiniTPL.
你好,MoonBit 开发者!欢迎使用 MiniTPL。///|
let output = @src.render("Hello {{name}}!", ["name"], ["MiniTPL"])///|
let vars = @src.extract_vars("Hello {{ name }}, {{age}}")///|
let diagnostics = @src.lint("Hello {{name}} {{tool}}", ["name"])A lightweight MoonBit template toolkit for rendering, variable extraction, and template validation.