WebApiClean.Template.Solution
1.0.7
dotnet new install WebApiClean.Template.Solution::1.0.7
Web API .NET Core 3.1 Clean Architecture Solution Template
This is the reference template of web API service based on .NET Core 3.1. It takes a lot of time just to prepare fresh solution for new web api service. This template will save you some time at a start phase along with enforcing the principles of clean architecture inside new solution.
Use this command to install a new template on your local machine:
dotnet new --install WebApiClean.Template.Solution --nuget-source "https://api.nuget.org/v3/index.json"
Use this command to generate fresh solution from the template:
dotnet new webapiclean -o NewSolutionName
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.
- ReadMe is included into the package