Closed evanmiller closed 7 years ago
Thanks for capturing this. I have been planning on making mustache the default and adding an option for init to select the template. init needs to be a little smarter in how it handles user input as well.
uzu init
now asks for template engine: mustache
or tt
.
thanks, sam
Right now
uzu init
creates a project with.tt
files. There should be an option to create .mustache files instead (and of course settemplate_engine
appropriately in config.yml).