$ 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 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.
$ 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.