Paulovich.Caju 0.1.81

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet new install Paulovich.Caju::0.1.81
This package contains a .NET Template Package you can call from the shell/command line.

At the first time use:

     $ dotnet new -i Paulovich.Caju
     $ dotnet new caju --name "MyProject"

Will be created a "MyProject" folder with a layered backend (Domain - Application - Infrastructure - UI) with the desired architecture style (Hexagonal, Clean or Event Sourcing).

This package has 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
0.7.3 5,096 9/22/2019
0.7.2 1,750 9/22/2019
0.7.1 1,654 9/22/2019
0.7.0 1,878 9/22/2019
0.6.0 3,445 7/11/2018
0.5.0 2,336 5/13/2018
0.4.4 2,135 5/13/2018
0.4.2 2,290 4/26/2018
0.4.1 2,175 4/25/2018
0.4.0 2,301 4/19/2018
0.3.3 2,115 4/18/2018
0.3.2 2,123 4/18/2018
0.3.1 2,181 4/10/2018
0.3.0 2,130 4/10/2018
0.2.98 2,195 4/9/2018
0.2.97 2,087 4/8/2018
0.2.96 2,015 4/8/2018
0.2.94 2,247 4/8/2018
0.2.93 2,126 4/8/2018
0.2.91 2,248 4/8/2018
0.2.90 2,142 4/7/2018
0.2.86 2,100 4/7/2018
0.2.85 1,921 4/5/2018
0.2.84 2,092 4/2/2018

- Architecture styles support
-- Clean architecture with Input/Output/Interactors
-- Hexagonal architecture with CommandHandlers, Commands and Command Results
-- Event Sourcing with CQRS and Domain Events
- WebAPI
- Docker images optimized for startup
- Mongo.Driver, EntityFramework.Core, Confluent.Kafka or Dapper data access frameworks
- Layerd application with (Application - Domain - Infrastructure - UI)
- Domain-Driven Design (Aggregates, Entities, Value Objects, Commands, Domain Events)
- Serilog Logging
- UI projects options
- Kafka as Service Bus or none.