ggen 0.2.0

ggen is a deterministic, language-agnostic code generation framework that treats software artifacts as projections of knowledge graphs.
Documentation
1
2
3
4
5
6
7
---
to: "test-output.txt"
vars:
  name: "world"
---
Hello {{ name }}!
This is a test template.