Vortex.Solution.Template
2.0.1
dotnet new install Vortex.Solution.Template::2.0.1
This package contains a .NET Template Package you can call from the shell/command line.
Vortex Solution Template
The 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! ⭐
Getting Started
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
Technologies
Support
If you are having problems, please let me know by raising a new issue.
License
Feel free to do what you want.
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.