- For the name of the solution, you need to use only Latin characters, numbers and dots.
- Clone this repo
- Install template
cd src
dotnet new install .
It's recommended that you delete the cache folders that are used for the templates. The chache folders are in the user home directory (~) under the .templateengine folder. The default path on windows is C:\Users\{username}\.templateengine and for macOS /Users/{username}/.templateengine.
- Create new solution
- From cmd:
dotnet new stio_layered -n LayeredSolution
- From IDE
Template name: Stio Layered Template