The repository contains the template to generate different solution for based on Easify framework. The template generates the required structure for WebAPI based solution using dotnet cli
To install the template for the dotnet command line use the following command:
dotnet new --install "Easify.API::*"
it will add the template in list of available template for cli.
To generate a sample solution such as Sample.API use the following command:
dotnet new easify-api -n "Sample.API"