Go to file
Star a3ebcbb695 update run、dev、test、.... for ag tool 2024-03-24 12:40:01 +08:00
templates update run、dev、test、.... for ag tool 2024-03-24 12:40:01 +08:00
.gitignore first 2024-03-15 22:32:19 +08:00
LICENSE Initial commit 2024-03-14 12:53:10 +08:00
README.md fix go.mod 2024-03-15 22:41:54 +08:00
go.mod update run、dev、test、.... for ag tool 2024-03-24 12:40:01 +08:00
main.go update run、dev、test、.... for ag tool 2024-03-24 12:40:01 +08:00

README.md

ag - tools for apigo.cloud

Install

go install apigo.cloud/git/apigo/ag@latest

Usage

tools for apigo.cloud

Usage:
  ag [command] [...]
  ag [short command] [...]

Commands:
  new [+] [name]                      create a new project, will create in the current directory if no name is specified
  new plugin [+p] [name]              create a new plugin project, will create in the current directory if no name is specified
  run [r] [...more gowatch args]      run project use gowatch, if project files changed will restart auto, gowatch args help see: https://github.com/ssgo/tool
  test [t] [...more gowatch args]     test project use gowatch, if project files changed will restart auto, gowatch args help see: https://github.com/ssgo/tool
  export plugins [ep]                 export typescript code for used plugins into "plugins/"

Examples:
  ag +           create a new simple project with Hello World
  ag +p ali      create a new plugin project named ali for use aliyun services