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
421 B

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