Passingwind.AbpProjectTools 0.7.1

此包具有 SemVer 2.0.0 包版本:0.7.1+74d03419。
dotnet tool install --global Passingwind.AbpProjectTools --version 0.7.1                
此包包含一个您可以从 shell/命令行中调用的 .NET 工具
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local Passingwind.AbpProjectTools --version 0.7.1                
此包包含一个您可以从 shell/命令行中调用的 .NET 工具
#tool dotnet:?package=Passingwind.AbpProjectTools&version=0.7.1                
nuke :add-package Passingwind.AbpProjectTools --version 0.7.1                

DotNet Cli 工具

一个命令行的 Abp 代码辅助生成工具。

NuGet

一键生成 Entity 的

  • 仓库
  • 域名管理器
  • 应用服务
  • http 控制器(从应用服务生成)
  • typescript 类型(基于 openapi json)
  • typescript 服务(基于 openapi json)
其他
  • antd pro CRUD 页面

如何使用

  1. 安装 dotnet tool install --global Passingwind.AbpProjectTools
  2. 在项目根目录,打开命令行工具,输入 abptool gen 开始

    举例:生成实体 ProductRepository : abptool gen backend repository --project-name Demo --name Product

更多命令和参数使用 --help 查看

后端相关命令

> abptool gen backend --help

backend
  Generate abp repository, CRUD app service, http controller code

Usage:
  AbpProjectTools [options] generate backend [command]

Options:
  --slu-dir <slu-dir> (REQUIRED)            The solution root dir. Default is current directory
  --name <name> (REQUIRED)                  The Domain entity name
  --project-name <project-name> (REQUIRED)  The project name. Default is solution name if found in solution directory
  --overwrite                               Over write file if the target file exists [default: False]
  --templates <templates>                   The template files directory
  -?, -h, --help                            Show help and usage information

Commands:
  domain-service                           生成一个DomainService文件
  repository                               生成对应的 IRepository 和 EfRepository 文件
  app-service                              生成对应的 AppService 文件
  http-controller                          生成 HttpAPI Controller 文件,基于 AppService

前端相关命令

> abptool gen fontend --help
fontend

Usage:
  AbpProjectTools [options] generate fontend [command]

Options:
  -?, -h, --help  Show help and usage information

Commands:
  ts                                        生成后端 api 对应的 typescript 的相关文件(types和service),基于 openapi 。
Product 兼容和额外的计算目标框架版本。
.NET net6.0 是兼容的。 net6.0-android 已计算。 net6.0-ios 已计算。 net6.0-maccatalyst 已计算。 net6.0-macos 已计算。 net6.0-tvos 已计算。 net6.0-windows 已计算。 net7.0 是兼容的。 net7.0-android 已计算。 net7.0-ios 已计算。 net7.0-maccatalyst 已计算。 net7.0-macos 已计算。 net7.0-tvos 已计算。 net7.0-windows 已计算。 net8.0 是兼容的。 net8.0-android 已计算。 net8.0-browser 已计算。 net8.0-ios 已计算。 net8.0-maccatalyst 已计算。 net8.0-macos 已计算。 net8.0-tvos 已计算。 net8.0-windows 已计算。
兼容的目标框架
包含的目标框架(在包中)
更多关于 目标框架.NET Standard 的信息。

此包没有依赖项。

版本 下载 最后更新
0.7.1 39 6/4/2024
0.7.0 92 1/28/2024
0.6.4 105 1/1/2024
0.6.3 82 12/13/2023
0.6.2 100 11/4/2023
0.6.1 60 10/29/2023
0.6.0 55 10/28/2023
0.5.9 85 9/6/2023
0.5.8 69 9/6/2023
0.5.7 88 8/28/2023
0.5.6 78 8/20/2023
0.5.5 83 7/29/2023
0.5.4 82 7/16/2023
0.5.3 88 7/16/2023
0.5.2 91 7/7/2023
0.5.1 83 7/4/2023
0.5.0 88 6/12/2023
0.4.2 122 1/26/2023
0.4.1 94 10/5/2022
0.4.0 108 9/2/2022
0.3.10 120 6/26/2022
0.3.9 120 6/12/2022
0.3.8 126 5/21/2022
0.3.7 153 12/19/2021
0.3.6 150 12/15/2021
0.3.5 153 12/7/2021
0.3.4 144 12/7/2021
0.3.3 133 11/28/2021
0.3.2 159 11/16/2021
0.3.1 160 11/10/2021
0.3.0 355 10/25/2021
0.2.0 337 10/21/2021
0.1.0 358 10/14/2021