init
This commit is contained in:
26
CreateYourProject.bat
Normal file
26
CreateYourProject.bat
Normal file
@@ -0,0 +1,26 @@
|
||||
color 5
|
||||
echo "if u install template error,pls connect QQ:3143422472"
|
||||
|
||||
|
||||
color 3
|
||||
dotnet new -i DouyinApi.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 DouyinApi.Webapi.Template
|
||||
|
||||
|
||||
echo "Delete Template Successfully"
|
||||
|
||||
pause
|
||||
Reference in New Issue
Block a user