mirror of
https://github.com/zhufuyi/sponge.git
synced 2025-09-27 04:55:57 +08:00
docs: update README
This commit is contained in:
76
doc.go
76
doc.go
@@ -1,44 +1,34 @@
|
||||
// Package sponge is a powerful Go development framework that makes it easy to develop web, gRPC, and microservices projects.
|
||||
//
|
||||
// Github: https://github.com/go-dev-frame/sponge
|
||||
//
|
||||
// Documentation: 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
|
||||
//
|
||||
// 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 Patch the generated code
|
||||
//
|
||||
// plugins Managing sponge dependency plugins
|
||||
//
|
||||
// run Run code generation engine service, generate code in UI interface
|
||||
//
|
||||
// template Generate code based on custom templates
|
||||
//
|
||||
// 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 is a powerful Go development framework, it's easy to develop web and microservice projects.
|
||||
Repo: https://github.com/go-dev-frame/sponge
|
||||
Docs: https://go-sponge.com
|
||||
|
||||
Usage:
|
||||
|
||||
sponge [command]
|
||||
|
||||
Available Commands:
|
||||
|
||||
assistant AI assistants, support generation and merging of Go code, chat, and more
|
||||
completion Generate the autocompletion script for the specified shell
|
||||
config Generate go config code from yaml file
|
||||
graph Draw a business architecture diagram based on the project created by sponge
|
||||
help Help about any command
|
||||
init Initialize sponge
|
||||
merge Merge the generated code into local go file
|
||||
micro Generate protobuf, model, cache, dao, service, grpc, grpc-gw, grpc+http, grpc-cli code
|
||||
patch Patch the generated code
|
||||
plugins Manage sponge dependency plugins
|
||||
run Run code generation engine service, generate code in UI interface
|
||||
template Generate code based on custom templates
|
||||
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
|
||||
|
Reference in New Issue
Block a user