ardalis / ApiEndpoints

A project for supporting API Endpoints in ASP.NET Core web applications.
MIT License
3.13k stars 227 forks source link

Feature/template #185

Closed Azaferany closed 2 years ago

Azaferany commented 2 years ago

add template base on #165

Modify the ASP.NET Core Web API / webapi project template to use API Endpoints instead of controllers

added in samples

Publish it to NuGet via GitHub actions when it changes.(note: for every changes need to update Sample/Sample.WeatherForecast/templatepack.csproj "Version" )

Let me know if further changes needed