.NET project and item templates using DDD/CQRS, MediatR, AutoMapper, Entity Framework Core, and FluentValidation.
- Identity Gateway
- Web Application
- Command
- Query
dotnet nuget add source https://nuget.pkg.github.com/mattheiler/index.json
dotnet add PROJECT package ProgrammerGrammar
dotnet new command
dotnet new identitygateway
dotnet new query
dotnet new webapplication