ASPNETCleanTemplate.nuspec 3.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet new install ASPNETCleanTemplate.nuspec::3.4.0                
This package contains a .NET Template Package you can call from the shell/command line.

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.

Version Downloads Last updated
3.5.2 121 10/19/2024
3.5.1 67 7/30/2024
3.5.0 2,290 12/26/2023
3.4.0 285 4/30/2023
3.3.0 421 12/10/2022
3.2.6 341 11/27/2022
3.2.5 323 11/14/2022

use Mapster instead of AutoMapper