Closed
Description
Available: August 17th (this is a tentative date and may change)
Reason: The first iteration of minimal APIs template will be a template package on NuGet until we have all the user scenarios fully working.
User experience
- Install package Microsoft.AspNetCore.Minimal-api.Templates
dotnet new install Microsoft.AspNetCore.MinimalApi.Templates:: 0.1.0-pre
- Create a new minimal api
dotnet new api -o myapi
Related issue