ASPNETCleanTemplate.nuspec
3.4.0
See the version list below for details.
dotnet new install ASPNETCleanTemplate.nuspec::3.4.0
This is a solution template for Clean Architecture and CQRS implementation with ASP.NET Core.
The easiest way to create your project
Open CMD
Run
dotnet new --install ASPNETCleanTemplate.nuspec::3.4.0
Create an empty folder for your solution and cd into it.
Run the following code and enter your project name instead of MyNewCleanTemplate
dotnet new aspnetcleantemplate -n MyNewCleanTemplate
Go to project website for more information.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
use Mapster instead of AutoMapper