feat: 新增yi-abp nuget脚手架,待正式版上传

This commit is contained in:
橙子
2024-06-01 21:45:20 +08:00
parent a2d9326826
commit 0d6b62c8e7
6 changed files with 108 additions and 0 deletions

9
Yi.Abp.Net8/tool.bat Normal file
View File

@@ -0,0 +1,9 @@
//安装
dotnet tool install yi-abp
dotnet tool install -g --add-source ./nupkg yi-abp
//卸载
dotnet tool uninstall -g yi-abp
//使用
yi-abp -v [查看版本]
yi-abp -h [查看帮助]
yi-abp new Acme.BookStore -csf [创建Acme.BookStore项目并创建解决方案文件夹]