Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 888 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 888 Bytes

Solution templates for LittleBlocks

Release CI

The repository contains the template to generate different solution for based on LittleBlocks 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 "LittleBlocks.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 LittleBlocks-api -n "Sample.API"