Boyles.CleanAspNetCore.Template
1.0.6
See the version list below for details.
dotnet new install Boyles.CleanAspNetCore.Template@1.0.6
ASP.NET Core Web App Template using Clean Architecture
What is this for?
When creating a new ASP.NET web application, I find myself setting up the same things each time and wasting development time. I've packaged my "base" solution into a template to make getting started easier and faster.
Installation
This template has been created with dotnet new in mind. To Install the template, open a PowerShell session and enter the following command:
dotnet new install Boyles.AspNetCoreClean.Template
This will install the latest version from the NuGet repository.
Usage
The template will be installed with two short names for use: cleanwebapp and cleanrazor. Either can be used to generate a new solution.
To create a new solution using the default values and project name of MyProject, run the following command:
dotnet new cleanwebapp -n "MyProject"
Changelog
v1.0.4
- Added Projects
- Added EF Core Db Context
- Added EF Core Db Context Factory
- Added Generic Repository
- Added Serilog Logging
-
net8.0
- 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.