Skip to content

goBootCLI v1.0.0 LTS

Choose a tag to compare

@Go2Jv Go2Jv released this 28 Aug 06:28
· 9 commits to main since this release

goBootCLI v1.0.0 LTS

GoSingleBoot 官方脚手架工具首个 LTS 版本。

功能

  • 交互式创建基于 GoSingleBoot 模板的新项目
  • 自动改写 go.mod module 路径与源码 import
  • 自动更新 config.json 中的 Application.Name
  • 自动执行 go mod tidy、清理模板残留文件
  • 支持自定义项目位置与可选 Git 初始化

支持平台

平台 文件
Windows x64 goboot-windows-amd64.exe
Windows x86 goboot-windows-386.exe
macOS Universal(Apple Silicon + Intel) goboot-darwin-universal

使用

下载对应平台的二进制后直接运行,详见 README