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 Nuget

Build badge Build Status

Tests Azure DevOps tests (compact)

Code coverage Azure DevOps coverage

Quality Gate Quality Gate Status

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.

Version Downloads Last Updated
1.6.0 851 4/20/2023
1.5.4 284 4/7/2023
1.5.3 278 4/3/2023
1.5.2 280 4/3/2023
1.5.1 288 4/2/2023
1.3.2 638 6/8/2022
1.2.0 571 4/30/2022
1.1.10 513 4/29/2022
1.1.4 570 4/13/2022
1.1.2 508 4/12/2022
1.1.1 512 4/12/2022
1.1.0 504 4/12/2022
1.0.5 468 10/8/2021