mirror of
https://github.com/TECHNOFAB11/powerproto.git
synced 2025-12-11 23:50:04 +01:00
docs(*): update readme
Signed-off-by: storyicon <yuanchao@bilibili.com>
This commit is contained in:
parent
cbbe2789b3
commit
a4d4c459ba
2 changed files with 4 additions and 4 deletions
|
|
@ -37,14 +37,14 @@ PowerProto is used to solve the following three main problems:
|
||||||
|
|
||||||
## 🎉 Features
|
## 🎉 Features
|
||||||
|
|
||||||
1. realize one-click installation and multi-version management of protoc.
|
1. one-click installation and multi-version management of protoc.
|
||||||
2. realize one-click installation and multi-version management of protoc related plugins (such as protoc-gen-go).
|
2. one-click installation and multi-version management of protoc related plugins (such as protoc-gen-go).
|
||||||
3. manage the compilation of proto through config file instead of shell script to improve readability and compatibility.
|
3. manage the compilation of proto through config file instead of shell script to improve readability and compatibility.
|
||||||
4. bootstrap generation of config files, cross-platform compatibility, a config can be compiled in multiple platforms with one click.
|
4. bootstrap generation of config files, cross-platform compatibility, a config can be compiled in multiple platforms with one click.
|
||||||
5. support batch and recursive compilation of proto files to improve efficiency.
|
5. support batch and recursive compilation of proto files to improve efficiency.
|
||||||
6. cross-platform support PostAction, you can perform some routine operations (such as replacing "omitempty" in all generated files) after the compilation.
|
6. cross-platform support PostAction, you can perform some routine operations (such as replacing "omitempty" in all generated files) after the compilation.
|
||||||
7. support PostShell, execute specific shell scripts after the compilation.
|
7. support PostShell, execute specific shell scripts after the compilation.
|
||||||
8. support google apis one-click installation and version control。
|
8. one-click installation and version control of google apis。
|
||||||
|
|
||||||
## Installation and Dependencies
|
## Installation and Dependencies
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[](https://goreportcard.com/report/github.com/storyicon/powerproto)   [](https://godoc.org/github.com/storyicon/powerproto)
|
[](https://goreportcard.com/report/github.com/storyicon/powerproto)   [](https://godoc.org/github.com/storyicon/powerproto)
|
||||||
|
|
||||||
**中文** | [English](README_CN.md)
|
**中文** | [English](README.md)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue