Skip to content

MOLD

Mold🔗

Meta-variable Operations for Lean Development🔗

Mold is a powerful tool that facilitates the creation and management of project templates through customizable files with {meta-}variables.


definitions.toml

foo = "Hello"
bar = "World"

foo-bar.txt

Hello World,
This is a mold file

foo-bar.txt.mold

{{foo}} {{bar}},
This is a mold file

While similar existing tools for project templating and scaffolding can be found, Mold brings its own unique approach with a rich set of features and functionalities.