initial code towards services that will generate files from templates and provide configuration

This commit is contained in:
Blake Harnden 2020-01-16 15:48:21 -08:00
parent 5490f961a6
commit 988ca76cec
8 changed files with 346 additions and 129 deletions

View file

@ -21,3 +21,4 @@ mock = "*"
[packages]
core = {editable = true,path = "."}
mako = "*"