25 Star 207 Fork 26

mix-go/mix

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

OpenMix 出品:https://openmix.org

Mix CLI

一个快速创建 Go 项目的脚手架

A scaffold to quickly create a go project

Installation

go get github.com/mix-go/mixcli

New Project

创建项目

  • 可以生成 cli, api, web, grpc 多种项目代码,生成的代码开箱即用
  • 可选择是否需要 .env 环境配置
  • 可选择使用 viper, configor 加载 .yml, .json, .toml 等独立配置
  • 可选择使用 gorm, xorm 的数据库
  • 可选择使用 zap, logrus 的日志库
$ mixcli new hello
Use the arrow keys to navigate: ↓ ↑ → ← 
? Select project type:
  ▸ CLI
    API
    Web (contains the websocket)
    gRPC

License

Apache License Version 2.0, http://www.apache.org/licenses/

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/mix-go/mix.git
git@gitee.com:mix-go/mix.git
mix-go
mix
mix
master

搜索帮助