docs(*): update readme

Signed-off-by: storyicon <yuanchao@bilibili.com>
This commit is contained in:
storyicon 2021-07-22 11:00:05 +08:00
parent cbbe2789b3
commit a4d4c459ba
No known key found for this signature in database
GPG key ID: 245915D985F966CF
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -2,7 +2,7 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/storyicon/powerproto?t=2)](https://goreportcard.com/report/github.com/storyicon/powerproto) ![TotalLine](https://img.shields.io/tokei/lines/github/storyicon/powerproto?color=77%2C199%2C31) ![last-commit](https://img.shields.io/github/last-commit/storyicon/powerproto) [![GoDoc](https://godoc.org/github.com/storyicon/powerproto?status.svg)](https://godoc.org/github.com/storyicon/powerproto) [![Go Report Card](https://goreportcard.com/badge/github.com/storyicon/powerproto?t=2)](https://goreportcard.com/report/github.com/storyicon/powerproto) ![TotalLine](https://img.shields.io/tokei/lines/github/storyicon/powerproto?color=77%2C199%2C31) ![last-commit](https://img.shields.io/github/last-commit/storyicon/powerproto) [![GoDoc](https://godoc.org/github.com/storyicon/powerproto?status.svg)](https://godoc.org/github.com/storyicon/powerproto)
**中文** | [English](README_CN.md) **中文** | [English](README.md)
![exmpales](./docs/images/exmaple.gif) ![exmpales](./docs/images/exmaple.gif)