ggen 4.0.0

ggen is a deterministic, language-agnostic code generation framework that treats software artifacts as projections of knowledge graphs.
1
2
3
4
5
6
---
to: "output.txt"
vars: ["name"]
---

Hello {{name}}!