Paulovich.Caju
0.2.98
See the version list below for details.
dotnet new install Paulovich.Caju::0.2.98
$ dotnet new -i Paulovich.Caju::0.2.98
$ dotnet new caju
Will be created a .NET Solution with a layered backend (Domain - Application - Infrastructure - UI) with the Clean Architecture Style. You can choose Hexagon or Event Sourcing styles.
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,218 | 9/22/2019 |
0.7.2 | 1,776 | 9/22/2019 |
0.7.1 | 1,677 | 9/22/2019 |
0.7.0 | 1,913 | 9/22/2019 |
0.6.0 | 3,486 | 7/11/2018 |
0.5.0 | 2,366 | 5/13/2018 |
0.4.4 | 2,175 | 5/13/2018 |
0.4.2 | 2,335 | 4/26/2018 |
0.4.1 | 2,204 | 4/25/2018 |
0.4.0 | 2,339 | 4/19/2018 |
0.3.3 | 2,144 | 4/18/2018 |
0.3.2 | 2,153 | 4/18/2018 |
0.3.1 | 2,215 | 4/10/2018 |
0.3.0 | 2,168 | 4/10/2018 |
0.2.98 | 2,227 | 4/9/2018 |
0.2.97 | 2,123 | 4/8/2018 |
0.2.96 | 2,041 | 4/8/2018 |
0.2.94 | 2,293 | 4/8/2018 |
0.2.93 | 2,162 | 4/8/2018 |
0.2.91 | 2,318 | 4/8/2018 |
0.2.90 | 2,178 | 4/7/2018 |
0.2.86 | 2,131 | 4/7/2018 |
0.2.85 | 1,959 | 4/5/2018 |
0.2.84 | 2,123 | 4/2/2018 |
-- Entity Framework support
-- FIX dependencies on dotnet new restore
- 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.