NikiforovAll.CleanArchitecture.Templates 0.7.0

There is a newer version of this package available.
See the version list below for details.
dotnet new install NikiforovAll.CleanArchitecture.Templates::0.7.0                
This package contains a .NET Template Package you can call from the shell/command line.

NikiforovAll.CleanArchitecture.Templates

GitHub Actions Status NuGet NuGet NuGet

GitHub Actions Build History

Template Status
na-ca .NET
na-es .NET
na-bu N/A

A collection of templates for the rapid development of enterprise applications. (Clean Architecture, DDD, Event Sourcing)

Install

dotnet new --install NikiforovAll.CleanArchitecture.Templates

Once installed, you can see a list of templates by running:

$ dotnet new -l na-
# These templates matched your input: 'na-'
# Template Name                Short Name  Language  Tags
# ---------------------------  ----------  --------  --------------------------------------------
# Build Project Template       na-bu       bash      build-project/Template
# Clean Architecture Template  na-ca       [C#]      CleanArchitecture/DDD/Template
# Event Sourcing Template      na-es       [C#]      EventSourcing/CleanArchitecture/DDD/Template

Overview

The engine itself dotnet new provides information about possible configuration options.

dotnet new na-ca -h
dotnet new na-es -h
dotnet new na-bu -h

Usage

The next command create default template in my-project folder.

dotnet new na-ca -n my-project

You can use --dry-run option to see what happens during command execution.

  • 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.2.0 402 11/12/2021
1.1.1 365 11/6/2021
1.1.0 322 11/5/2021
1.0.1 268 11/4/2021
0.7.0 348 11/3/2021
0.6.1-preview.0.2 179 11/3/2021
0.6.1-preview.0.1 177 11/3/2021
0.6.0 341 11/3/2021
0.5.0 326 11/2/2021
0.4.1-preview.0.1 174 11/1/2021
0.4.0 361 11/1/2021
0.3.0 296 11/1/2021
0.2.0 320 11/1/2021
0.1.1-preview.0.3 195 10/31/2021
0.1.0 529 10/31/2021 0.1.0 is deprecated.