VistianOpenSource / Birch

A platform agnostic .NET library for the creation of code first user interfaces; Code your user interface, update your state, and let Birch do the rest.
9 stars 1 forks source link

Code Generator + Templates #9

Closed VistianOpenSource closed 4 years ago

VistianOpenSource commented 4 years ago

The code generator when writing a specification file currently embeds the templates within specification file. Whilst this is nice and compact its a real pain for editing. We need an option to either embed, or to create separate files.

VistianOpenSource commented 4 years ago

The option to the command line has been added, BUT the templates within the code generator really need to be embedded as resources which can then be used.

VistianOpenSource commented 4 years ago

Templates now embedded as resources and user can now specify command line option to specify whether to bring the template content inline or to store it in separate files.