You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Tiobon.Web.Core/CreateYourProject.bat

26 lines
429 B

color 5
echo "if u install template error,pls connect QQ:3143422472"
color 3
dotnet new -i Tiobon.Core.Webapi.Template
set /p OP=Please set your project name(for example:TiobonMicService):
md .1YourProject
cd .1YourProject
dotnet new Tioboncoretpl -n %OP%
cd ../
echo "Create Successfully!!!! ^ please see the folder .1YourProject"
dotnet new -u Tiobon.Core.Webapi.Template
echo "Delete Template Successfully"
pause