Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T23:21:46.000Z (3 months ago)
- Last Synced: 2024-10-05T02:30:51.242Z (3 months ago)
- Topics: dotnet-core, sdk-dotnet, utility
- Language: C#
- Homepage:
- Size: 338 KB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Caravel ![](https://github.com/Talento90/Caravel/workflows/Publish/badge.svg)
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.