Skip to content

icgam/Easify.Templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solution templates for Easify

Release CI

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

Installation

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.

Usage

To generate a sample solution such as Sample.API use the following command:

dotnet new easify-api -n "Sample.API"