Skip to content

LittleBlocks/LittleBlocks.Templates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Templates to generate Easify API & libraries

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 91.4%
  • Dockerfile 8.6%