https://github.com/milvasoft/milvasoft.templates
Templates to use when creating an api.
https://github.com/milvasoft/milvasoft.templates
Last synced: about 1 year ago
JSON representation
Templates to use when creating an api.
- Host: GitHub
- URL: https://github.com/milvasoft/milvasoft.templates
- Owner: Milvasoft
- License: mit
- Created: 2024-09-14T20:00:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-11T17:13:27.000Z (about 1 year ago)
- Last Synced: 2025-04-13T13:07:18.604Z (about 1 year ago)
- Language: C#
- Size: 714 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## .Net 9 Api Templates/Boilerplates
[](https://github.com/Milvasoft/Milvasoft/blob/master/LICENSE) [](https://www.nuget.org/packages/Milvasoft/) [](https://www.nuget.org/packages/Milvasoft.Templates/)
### Create ready made project with [Milvasoft libraries](https://github.com/Milvasoft/Milvasoft) 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](https://dot.net) and [Visual Studio 2022](https://visualstudio.microsoft.com/tr/thank-you-downloading-visual-studio/?sku=Community&rel=16)
- 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](https://dot.net) and [Visual Studio 2022](https://visualstudio.microsoft.com/tr/thank-you-downloading-visual-studio/?sku=Community&rel=16)
- 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.