You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
656 B
29 lines
656 B
/* |
|
kratos 是go-common的工具链,提供新项目创建,bazel编译功能 |
|
|
|
kartos build 本目录之下局部编译,根目录全量编译 |
|
NAME: |
|
kratos build - bazel build |
|
|
|
USAGE: |
|
kratos build [arguments...] |
|
|
|
EXAMPLE: |
|
cd app && kratos build ./service/.. admin interface/.. tool/cache/... |
|
kratos build |
|
|
|
kartos init 新建新项目 |
|
USAGE: |
|
kratos init [command options] [arguments...] |
|
|
|
OPTIONS: |
|
-d value 部门名 |
|
-t value 项目类型(service,interface,admin,job,common) |
|
-n value 项目名 |
|
-o value 维护人 |
|
--grpc 是否是GRPC |
|
|
|
EXAMPLE: |
|
kratos init -d main -t service -n test -o wangweizhen |
|
*/ |
|
package main
|
|
|