๐ค What is it?
A small but opinionated Vertical Slice Architecture solution template for .NET 8
Learn
๐ Getting Started
To install the template from NuGet.org run the following command:
dotnet new install Hona.VerticalSliceArchitecture.Template
Then create a new solution:
mkdir Sprout
cd Sprout
dotnet new hona-vsa
Finally, to update the template to the latest version run:
dotnet new update
โจ Features
- C# 12
- .NET 8
- ASP.NET Core
- Minimal APIs
- EF Core
- Swagger UI