Coravel is a near-zero config .NET Core framework for Indie developers needing to get their next groundbreaking app to market faster - without compromising code quality and elegance.
Build .NET Core apps using a simple, expressive and straightforward syntax that lets you focus on your app - "batteries included!"
BuiltWithDot.Net
Coravel is a .NET Core library. You must be including Coravel in an existing .NET Core application (version 2.1.0+).
Use the Coravel CLI to get started!
Coravel CLI is a dotnet core tool that you can use as a global executable (similar to npm
or dotnet
etc.) that gives you easy installs, scaffolding abilities, etc.
Install the tool:
dotnet tool install --global coravel-cli
Coravel requires the nuget package Coravel
to get started.
Alternatively, you may install Coravel using the CLI (which will install the package for you):
coravel install
Done!
Check out the top of this readme for an index of Coravel's features, each linking to the appropriate docs!
If you are fixing a typo in one file / place - issue a PR.
Otherwise, please always create an issue first ;)