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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.

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