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
- Host: GitHub
- URL: https://github.com/anicetkeric/t4template.demo
- Owner: anicetkeric
- Created: 2017-11-18T22:28:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-06T00:08:55.000Z (over 7 years ago)
- Last Synced: 2025-06-08T18:04:29.538Z (4 months ago)
- Topics: csharp, text-template
- Language: HTML
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# T4Template.Demo
T4 template generatorsGenerating 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.