Defines all the clean code templates that can be used to start .Net project.
License
—
Deps
0
Install Size
—
Vulns
✓ 0
Published
Jun 27, 2025
$ dotnet add package CleanCode.TemplatesThis .Net startup template is designed to help get start on a new project quickly with a clean code structure.
dotnet new install CleanCode.Templates.1.0.2.nupkg
dotnet new api-template -n <ProjectName>
| Template Name | Description |
|---|---|
| api-template | A clean code template for .NET API projects with a structured folder layout. |
| Package Name | Version | Description |
|---|---|---|
| CleanCode.Templates | 1.0.2 | .NET templates for clean code structure in API projects |