Skip to content

bielu/SImpl.Stack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SImpl Stack - A .NET host runtime with a unified and stackable module abstraction

Working with templates

The solution contains "runable" .NET project based on the dotnet new scaffolding engine. The template can be modified as any other .NET solution.r

Installing and updating the templates from the source code

You can use the template locally by using the following command. You need to change to the proper path to the source code on your machine.

dotnet new --install ./SImpl.Templates.WebApi/

Resetting the dotnet new tool

Sometimes, when developing templates, things get a little messy and you'll need to reset the dotnet new tool in order to get rid of installed templates on your machine.

Run the following command to reset the dotnet new tool:

dotnet new --debug:reinit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.5%
  • Other 0.5%