ater.droplet.cli
7.1.0-pre1
See the version list below for details.
dotnet tool install --global ater.droplet.cli --version 7.1.0-pre1
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local ater.droplet.cli --version 7.1.0-pre1
#tool dotnet:?package=ater.droplet.cli&version=7.1.0-pre1&prerelease
nuke :add-package ater.droplet.cli --version 7.1.0-pre1
说明
This is a command line tool, specifically for ` ASP NET Core 'project provides front and rear code generation.
这是一个命令行工具,专门针对ASP.NET Core
项目提供前后端的代码生成。
It can help developers generate common code templates according to entity models (. cs files), including:
- Dto files, add, update, query, list and other Dto files
- Warehouse document, data warehouse layer code
- Controller files
- Typescript interface type
- Angular or Axios request service
- Angular Basic CURD Page
可以帮助开发者根据实体模型(.cs文件)生成常用的代码模板,包括:
- Dto文件,增加、更新、查询、列表等Dto文件
- 仓储文件,数据仓储层代码
- 控制器文件
- Typescript 接口类型
- Angular或Axios 的请求服务
- Angular基础CURD页面
文档
This command line tool is integrated by ater. web. templates.It is recommended to use this project template directly to create a Web project.
本命令行工具在ater.web.templates项目模板中集成,建议直接使用该项目模板创建Web项目。
安装
If you create a project with 'ater. web. templates' 7.0 and above,' droplet 'has been integrated into the project, so you do not need to install it.
如果使用ater.web.templates
7.0及以上版本创建项目,项目中已集成droplet
,无需安装。
If you want to use it alone, please use the 'dotnet tool' command to install it, such as:
如果你想单独使用,请使用dotnet tool
命令安装,如:
dotnet tool install --global ater.droplet.cli --version 6.2-beta2
请到nuget中查询最新版本!
使用
Please use
droplet --help
to view command help information.Use
droplet [command] --help
to view specific command help information.You can also view Online Documentation.
请使用droplet --help
查看命令帮助信息。
使用droplet [command] --help
查看具体命令帮助信息。
也可以查看在线文档。
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
7.2.4 | 210 | 3/22/2024 |
7.2.3 | 199 | 3/21/2024 |
7.2.2 | 212 | 1/19/2024 |
7.2.1 | 348 | 10/17/2023 |
7.1.5 | 236 | 8/18/2023 |
7.1.4.1 | 194 | 7/21/2023 |
7.1.4 | 189 | 6/6/2023 |
7.1.3 | 191 | 6/5/2023 |
7.1.2 | 160 | 5/24/2023 |
7.1.1 | 204 | 5/19/2023 |
7.1.0 | 208 | 5/15/2023 |
7.1.0-rc4-0427 | 270 | 4/27/2023 |
7.1.0-rc4-0426 | 293 | 4/26/2023 |
7.1.0-rc3 | 291 | 4/21/2023 |
7.1.0-pre2 | 373 | 4/18/2023 |
7.1.0-pre1 | 298 | 4/17/2023 |
7.0.7.1 | 279 | 3/6/2023 |
7.0.7 | 281 | 2/27/2023 |
7.0.6 | 356 | 1/31/2023 |
7.0.5 | 386 | 1/9/2023 |
7.0.5-rc1 | 326 | 1/5/2023 |
7.0.4-rc3 | 321 | 1/5/2023 |
7.0.4-beta2 | 360 | 1/3/2023 |
7.0.4-beta | 411 | 12/28/2022 |
7.0.3-beta | 251 | 12/18/2022 |
7.0.0 | 711 | 11/24/2022 |
7.0.0-rc2 | 370 | 11/23/2022 |
7.0.0-rc1 | 410 | 11/22/2022 |
6.2.3 | 454 | 10/27/2022 |
6.2.0-beta1 | 344 | 9/28/2022 |
6.1.1-beta1 | 235 | 8/18/2022 |
6.1.0 | 417 | 8/11/2022 |
6.0.10 | 450 | 6/24/2022 |
6.0.9 | 469 | 5/27/2022 |
6.0.8 | 429 | 5/20/2022 |
6.0.7 | 444 | 5/18/2022 |
6.0.6 | 437 | 5/6/2022 |
6.0.5 | 446 | 5/5/2022 |
6.0.4 | 475 | 4/25/2022 |
6.0.2 | 496 | 2/21/2022 |
6.0.1 | 443 | 2/18/2022 |
6.0.1-RC | 282 | 2/17/2022 |
1 studio 添加对swagger 配置更新;
2 代码生成:前端支持对多个swagger内容生成对应的服务;
3 优化前端服务生成体验;
4 添加CSharp客户端请求生成(仅针对AtApi模板项目,不通用);
5 ng模板更新;
6 添加manager 测试内容;
7 优化命令行输出内容;
8 修复studio读取配置文件;
9 进一步提升CURD的代码生成;
10 添加项目配置修改;
其他细节完善;