0
kicks
CustomTemplating 1.1 Released
Text template transformations with T4 from within your own applications
The CustomTemplating library is used to generate code and other text artifacts based on templates. It is based on T4 (Text Template Transformation Toolkit) which is a part of the DSL toolkit included in visual studio (2008 or higher). While T4 is mainly used inside Visual Studio to generate (code) files based on DSL, this library enables the usage in custom developed applications without the need for Visual Studio.