A Web API template for Giraffe using the latest ASP.NET Core minimal hosting model.
There's no NuGet package currently released for this template so if you'd like to use it you'd have to clone this repository.
[email protected]:AntonisManiatis/giraffe-ext-templates.git
and then if you cd into it and do:
dotnet new install .
And you're done!
dotnet new giraffe-webapi -n "MyAwesomeApp"
To see all available options:
dotnet new giraffe-webapi -h