Skip to content
/ mixcli Public
forked from mix-go/mixcli

A scaffold to quickly create a go project

Notifications You must be signed in to change notification settings

utilbox/mixcli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenMix 出品:https://openmix.org

Mix CLI

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

A scaffold to quickly create a go project

Installation

  • 安装
go get -u github.com/mix-go/mixcli

Help

查看命令帮助

$ mixcli
Usage: mixcli [OPTIONS] COMMAND [opt...]

Commands:
  new           Create a project

Global Options:
  -h, --help    Print usage
  -v, --version Print version information


Run 'mixcli COMMAND --help' for more information on a command.

Developed with Mix Go framework. (openmix.org/mix-go)

New

创建项目

$ 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, https://www.apache.org/licenses/

About

A scaffold to quickly create a go project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%