feat: 发布0.7版本yi-abp-tool

This commit is contained in:
橙子
2024-06-05 20:28:53 +08:00
parent 9cc5d76888
commit 39a9416427
4 changed files with 6 additions and 5 deletions

View File

@@ -30,7 +30,8 @@ namespace Yi.Abp.Tool.Commands
> help: 查看帮助列表,写下命令` yi-abp help <command> `
> new: 创建模块模板` yi-abp new <name> -t module -csf `
> new: 创建项目模板` yi-abp new <name> -csf `
> add: 将内容添加到当前解决方案` yi-abp add module -moduleName <name> -modulePath <path> `
> add-module: 将内容添加到当前解决方案` yi-abp add-module <moduleName> -modulePath <path> [-s <slnPath>] `
- add例子yi-abp add-module Acme.Demo -s "D:\code\csharp\source\Yi\Yi.Abp.Net8" -modulePath "D:\\code\\csharp\\source\\Yi\\Yi.Abp.Net8\\module\\acme-demo"
""");
return Task.CompletedTask;