Skip to content

Milvasoft/Milvasoft.Templates

Repository files navigation

.Net 8 Api Templates/Boilerplates

license NuGet NuGet

Create ready made project with Milvasoft libraries and Onion Architecture

This templates contains integration with PostgreSQL, MongoDb but you can change what you want


How can I create project with CLI?

  • Install the latest .NET Core SDK and Visual Studio 2022
  • Run dotnet new install Milvasoft.Templates to install the project template.
  • Run dotnet new milvonion --help to see how to select the feature of the project.

How can I create project with VS?

  • Install the latest .NET Core SDK and Visual Studio 2022
  • Run dotnet new install Milvasoft.Templates to install the project template.
  • Close all Visual Studio instances.
  • Open Visual Studio and click "Create New Project". Search for Milva, select template and click next.
  • After that, steps are same as create project.