eManPrague / frui.ts

Pragmatic MVVM frontend framework
MIT License
14 stars 5 forks source link

Code generator #1

Closed gius closed 4 years ago

gius commented 4 years ago

I have added a simple code generator for:

Ideas for further development:

gius commented 4 years ago

This generator shall be used for complex generated code with some logic included. For simple templates, we plan to use https://plopjs.com/. With further development of the generator, we shall use handlebars for templating.