GT.CLI 1.0.2

Suggested Alternatives

ater.droplet.cli

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global GT.CLI --version 1.0.2
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local GT.CLI --version 1.0.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=GT.CLI&version=1.0.2
nuke :add-package GT.CLI --version 1.0.2

介绍

该命令行工具,提供代码生成服务,安装后输入gt获取使用说明。
配合GT.Framework.Web 项目模板更易使用,该项目模板主要针对快速开发的小型Web项目。

命令

gt: geethin commands

Usage:

gt [options] [command]

Options:

  • --version Show version information
  • -?, -h, --help Show help and usage information

Commands:

  • dto dto模型生成或更新,将生成到Shard.Models中
  • angular, ng angular请求服务生成,包括类型接口!
  • api, webapi aspnetcore webapi代码生成,模型,仓储!
  • view view代码生成,只支持ng项目生成
  • g, generate 代码生成
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
2.0.0-beta1.2108.1 213 10/12/2021
1.0.3 497 6/11/2021
1.0.2 456 5/10/2021
1.0.1 449 4/26/2021
1.0.0 443 4/22/2021
0.1.5 346 2/7/2021
0.1.4 482 12/5/2020
0.1.3 478 11/4/2020
0.1.2.4 479 10/26/2020
0.1.2.2 448 10/9/2020
0.1.2-beta 431 8/14/2020
0.1.0 658 8/4/2020

同步 GT.framework.Web 1.0版本搭配使用