/WebApiTemplate

A sample project template for web API in Visual Studio

Primary LanguageC#

WebApiTemplate

How to use install

  1. Clone project
  2. Open the console on the project's folder
  3. install the template with command <dotnet new --install .>
  4. check the exixsting template <dotnet new fbwebapi --help >