An ASP.NET Azure Function Template.
$ dotnet add package Vortex.Solution.TemplateThe goal of this template is to make the transition from ASP.NET Web APIs to Azure Functions as seamless as possible.
If you find this project useful, please give it a star. Thanks! ⭐
The easiest way to get started is to install the .NET template:
dotnet new install Vortex.Solution.Template::2.0.1
To create a new solution without an ef core database:
dotnet new vtx-sln -n YourSolutionName
To create a new solution with an ef core database:
dotnet new vtx-sln -n YourSolutionName -ef true
If you are having problems, please let me know by raising a new issue.
Feel free to do what you want.