You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
18
18
**Sponge** is a powerful and easy-to-use `Go` development framework. Its core concept is to reverse-generate modular code by parsing `SQL`, `Protobuf`, and `JSON` files. These modular components can be flexibly combined into various types of complete backend services.
19
19
20
-
Sponge provides a one-stop project development solution with outstanding engineering capabilities. It covers code generation, development, testing, API documentation, and deployment, enabling developers to effortlessly build stable, reliable, and high-performance backend service systems (including RESTful API, gRPC, HTTP+gRPC, and gRPC Gateway, etc) with a low-code approach.
20
+
Sponge provides a one-stop project development solution. It covers code generation, development, testing, API documentation, and deployment, enabling developers to effortlessly build stable, reliable, and high-performance backend service systems (including RESTful API, gRPC, HTTP+gRPC, and gRPC Gateway, etc.) with a low-code approach.
21
21
22
22
<br>
23
23
@@ -61,7 +61,7 @@ In addition, developers can generate business-specific code by customizing templ
61
61
62
62
<br>
63
63
64
-
### Quick Start
64
+
### Getting Started
65
65
66
66
1.**Install sponge**
67
67
@@ -85,7 +85,7 @@ In addition, developers can generate business-specific code by customizing templ
85
85
86
86
<br>
87
87
88
-
### Main Features
88
+
### Components
89
89
90
90
Sponge has built-in rich components (for on-demand use):
**Sponge**offers powerful code generation capabilities, supporting both `built-in templates` and `custom templates` to quickly generate the code required for your project. It also integrates an `AI assistant` to help generate business logic code.
127
+
**Sponge**provides powerful code generation capabilities, supporting both `built-in templates` and `custom templates` to quickly generate the code required for your project. It also integrates an `AI assistant` to help generate business logic code.
127
128
128
129
1. Sponge generates a code framework based on built-in templates, as shown in the diagram below:
0 commit comments