forked from go-dev-frame/sponge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
doc.go
28 lines (28 loc) · 1.05 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
28
// Package sponge is a powerful tool for generating web and microservice code, a microservice framework
// based on gin and grpc encapsulation, and an open source framework for rapid application development.
//
// Usage:
//
// sponge [command]
//
// Available Commands:
//
// completion Generate the autocompletion script for the specified shell
// config Generate go config code from yaml file
// help Help about any command
// init Initialize sponge
// merge Merge the generated code into the template file
// micro Generate proto, model, cache, dao, service, rpc, rpc-gw, rpc-cli code
// patch Command set for patching server code
// run Open the sponge UI interface
// tools Managing sponge dependency tools
// upgrade Upgrade sponge to the latest version
// web Generate model, cache, dao, handler, web code
//
// Flags:
//
// -h, --help help for sponge
// -v, --version version for sponge
//
// Use "sponge [command] --help" for more information about a command.
package sponge