xenoterracide / brix

Brix is a CLI tool written in Rust for scaffolding and code generation.
https://crates.io/crates/brix
MIT License
5 stars 0 forks source link

Template files #9

Open xenoterracide opened 3 years ago

xenoterracide commented 3 years ago

Not certain we need to support multiple engines, so let's not worry about it

commands:
- template:
    src: template.ext.tmpl
    dest: module/{{foo}}/my.ext
    braces: # probably shouldn't impact the config file
    context:
       foo: bar