WebApiClean.Template.Solution.net5
1.0.0
dotnet new install WebApiClean.Template.Solution.net5::1.0.0
Web API .NET 5.0 Clean Architecture Solution Template
This is the reference template of web API service based on .NET 5.0. 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.net5 --nuget-source "https://api.nuget.org/v3/index.json"
Use this command to generate fresh solution from the template:
dotnet new webapiclean-net5 -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.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 405 | 7/2/2022 |
- ReadMe is included into the package