Open source implementation of the T4 templating engine
This package allows embedding the T4 engine in an application.
* To install as a dotnet global or local tool, use `dotnet-t4` instead.
* To install in a project as a `DotNetCliToolReference`, use `dotnet-t4-project-tool` instead.
dotnet T4 text transformation tool.
This package can be installed as a dotnet global or local tool.
* To install in a project as a `DotNetCliToolReference`, use `dotnet-t4-project-tool` instead.
* To embed the T4 engine in your app, use `Mono.TextTemplating`.
Automatically transforms on build all files with a build action of `None/Content` that have the `TextTemplatingFileGenerator` custom tools associated, without requiring the installation of any Visual Studio SDK.
Project-installable T4 text transformation commandline tool.
This package can be installed into a project using `DotNetCliToolReference`.
* To install as a dotnet global or local tool, use `dotnet-t4` instead.
* To embed the T4 engine in your app, use `Mono.TextTemplating`.
TemplateFilemanager is based on the EntityFrameworkTemplateFileManager which supports
code generation in different solutions and folders with CustomTool-/BuildAction-Definitions.
Please report bugs or feature requests on github: https://github.com/renegadexx/T4.Helper/issues.
T4 template generates database models from a database for use with Dapper.SimpleCRUD.
Uses core .Net attributes so the generator could be used for other ORMs.