Top 20 NuGet hexagonal-architecture Packages
Install the package:
$ dotnet new -i Genocs.CleanArchitectureTemplate::1.4.0
The full clean project:
$ dotnet new cleanarchitecture
$ dotnet new -i Paulovich.Caju::0.7.3
$ dotnet new manga
It generates a .NET Solution following the Clean Architecture Style, DDD and Separation of Concerns in Domain, Application, Infrastructure and UI.
$ dotnet new -i Paulovich.Manga
$ dotnet new manga
It creates a .NET Solution with a layered backend (Domain - Application - Infrastructure - WebApi) with the Clean Architecture Style.
Project templates based on Herberto Graca explanation of DDD, Hexagonal, Onion, Clean, CQRS...
Project templates based on Herberto Graca explanation of DDD, Hexagonal, Onion, Clean, CQRS...
Project templates based on Herberto Graca explanation of DDD, Hexagonal, Onion, Clean, CQRS...
$ dotnet new -i Genocs.CleanArchitecture:0.1.0
$ dotnet new cleanarchitecture
It generates a .NET Solution following the Clean Architecture Style, DDD and Separation of Concerns in Domain, Application, Infrastructure and UI.