Create New Project
1) First create template in folder named .template.config as
template.json { "author": "Bhalchandra", "classifications": [ "Web" ], "description": "Dhanman Application", "name": "Dhanman Clean Architecture", "identity": "MyProject.StarterWeb", "tags":{ "language": "C#" }, "shortName": "DhanmanCleanArch", "sourceName": "Dhanman.Sales", "preferNameDirectory": "true" }
2) For create template C:\Users\DELL\source\repos\dhanman-sales>dotnet new --install ./
3) For uninstall template C:\Users\DELL\source\repos\dhanman-sales>dotnet new uninstall C:\Users\DELL\source\repos\dhanman-sale
4) For create project C:\Users\DELL\source\repos>dotnet new DhanmanCleanArch -o Dhanman.Timesheet
5) Remove unnecessary code
6) Some main important setting in two files 7) dotnet new --list