An open API service indexing awesome lists of open source software.

https://github.com/anicetkeric/t4template.demo

T4 templates generators
https://github.com/anicetkeric/t4template.demo

csharp text-template

Last synced: 4 months ago
JSON representation

T4 templates generators

Awesome Lists containing this project

README

          

# T4Template.Demo
T4 template generators

Generating Code Using Text Template Transformation Toolkit (T4)

Text templates are composed of the following parts:

* Directives - elements that control how the template is processed.

* Text blocks - content that is copied directly to the output.

* Control blocks - program code that inserts variable values into the text, and controls conditional or repeated parts of the text.