Top 20 NuGet templating Packages
Commandline T4 text transformation tool.
This package can be installed as a dotnet global tool.
For the project-installable `DotNetCliToolReference` version, see `dotnet-t4-project-tool`.
For the app-embeddable engine, see `Mono.TextTemplating`.
A code generator library that draws its inspiration from
iMatix's GSL. Uses Javascript rather than a custom language. Extensible
with .NET functions.
$ dotnet new -i Genocs.CleanArchitecture:0.1.0
$ dotnet new cleanarchitecture
It generates a .NET Solution following the Clean Architecture Style, DDD and Separation of Concerns in Domain, Application, Infrastructure and UI.
$ dotnet new -i Genocs.MicroserviceTemplate::0.1.0
$ dotnet new microservice
It generates a .NET Solution with full fledged microservice components.