forked from go-dev-frame/sponge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoc.go
27 lines (27 loc) · 1.04 KB
/
doc.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Package sponge is a powerful Go development framework, it's easy to develop web and microservice projects.
// repo: https://github.com/zhufuyi/sponge
// docs: https://go-sponge.com
//
// Usage:
// sponge [command]
//
// Available Commands:
// completion Generate the autocompletion script for the specified shell
// config Generate go config code from yaml file
// configmap Generate k8s configmap
// help Help about any command
// init Initialize sponge
// merge Merge the generated code into the template file
// micro Generate protobuf, model, cache, dao, service, grpc, grpc+http, grpc-gw, grpc-cli code
// patch Command set for patching service code
// plugins Managing sponge dependency plugins
// run Run the sponge ui service
// upgrade Upgrade sponge version
// web Generate model, cache, dao, handler, http code
//
// Flags:
// -h, --help help for sponge
// -v, --version version for sponge
//
// Use "sponge [command] --help" for more information about a command.
package sponge