https://github.com/talento90/caravel
:boat: Caravel is a SDK to help developers building .NET applications.
https://github.com/talento90/caravel
dotnet-core sdk-dotnet utility
Last synced: about 1 year ago
JSON representation
:boat: Caravel is a SDK to help developers building .NET applications.
- Host: GitHub
- URL: https://github.com/talento90/caravel
- Owner: Talento90
- License: mit
- Created: 2019-12-20T11:55:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T09:50:36.000Z (over 1 year ago)
- Last Synced: 2025-03-28T20:06:05.441Z (about 1 year ago)
- Topics: dotnet-core, sdk-dotnet, utility
- Language: C#
- Homepage:
- Size: 361 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Caravel 

Caravel is a collection of SDKs to help developers building .NET applications:
* [Caravel](./src/Caravel/README.md)
* [Caravel.AspNetCore](./src/Caravel.AspNetCore/README.md)
* [Caravel.MediatR](./src/Caravel.MediatR/README.md)
* [Caravel.EntityFramework](./src/Caravel.EntityFramework/README.md)
## Projects using Caravel
* [Caravel Template](https://github.com/Talento90/Caravel-Template) - .NET template that generates a functional api using hexagonal architecture.
* [Caravel Template Vertical Slice](https://github.com/Talento90/Caravel-Template-Vertical-Slice) - .NET template that generates a functional api using vertical slice architecture.