clean.architecture.microservice.template
1.6.0
dotnet new install clean.architecture.microservice.template::1.6.0
This package contains a .NET Template Package you can call from the shell/command line.
Nuget
Tests
Code coverage
1. Package goals
This package aims at helping developpers creating new api microservice project
2. Usages
Install from nuget.org
dotnet new -i clean.architecture.microservice.template --interactive
New project
When package is installed on local machine you can use the template to create a new project. You need, with the cli, to be in the folder where you want to create your project and enter following command line :
dotnet new clean.architecture.microservice.template -n <PROJECT_NAME>
<PROJECT_NAME> is the name of your new project. Then you can reach your new folders
-
net6.0
- 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.