Solution template for creating a .NET Core 3.1 solution for WebApi service with a clean architecture.
$ dotnet add package WebApiClean.Template.SolutionThis 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