Paulovich.Caju
0.4.2
See the version list below for details.
dotnet new install Paulovich.Caju::0.4.2
Caju: .NET apps with awesome architectures!
Service Template to help you build evolvable and maintainable applications. It follows the principles from the Clean Architecture book and built on Domain-Driven Design. This tool increases productivity on developing your next microservices.
Generate your own awesome Back-end!
To generate your own awesome .NET Back-end simple run:
dotnet new -i Paulovich.Caju::0.4.0
dotnet new clean
Sample applications
Run dotnet new -i Paulovich.Caju
then try the following commands.
Clean Architecture Solution with basic use cases:
dotnet new clean --use-cases basic
Hexagonal Architecture Solution with all use cases:
dotnet new hexagonal --use-cases full
Empty Event-Sourcing Solution:
dotnet new eventsourcing` --use-cases empty
For olher solution types check out the Caju Samples folder.
Switches
There are switches to generate your awesome application with your needs. Try after dotnet new clean
or dotnet new hexagonal
or dotnet new eventsourcing
:
- --use-cases
full
basic
readonly
none
- --user-interface
webapi
none
- --data-access
mongo
entityframework
dapper
none
- --service-bus
kafka
none
- --tips
true
false
- --skip-restore
true
false
Use the switch --help
for the complete list of options.
Common Issues
Check your .NET Core SDK. Our features are only supported in 2.1.4
SDK or plus.
$ dotnet --version
2.1.4
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 |
- Architecture style documentation
- Clean, Hexagonal or Event-Sourcing architecture styles
- Entity Framework Core; Dapper; MongoDB Data Access frameworks
- Different sets of use-cases.
- Kafka as service-bus for Event-Sourcing
- WebAPI templates
- Docker images optimized for startup
- Layerd application with Domain, Application, Infrastructure and UI
- Domain-Driven Design (Aggregates, Entities, Value Objects, Commands, Domain Events)