chore(*): update plugin default options && add examples

Signed-off-by: storyicon <yuanchao@bilibili.com>
This commit is contained in:
storyicon 2021-07-28 11:57:21 +08:00
parent bc28762992
commit 4f4006ee7d
No known key found for this signature in database
GPG key ID: 245915D985F966CF
18 changed files with 342 additions and 10 deletions

View file

@ -160,6 +160,7 @@ powerproto env
## Examples
For example, you have the following file structure in the `/mnt/data/hello` directory:
```
@ -234,6 +235,9 @@ $POWERPROTO_HOME/protoc/3.17.3/protoc --go_out=. \
/mnt/data/hello/apis/hello.proto
```
More examples can be found in `https://github.com/storyicon/powerproto/tree/master/examples`.
## Config File
The config file is used to describe the versions of various dependencies and parameters when compiling the proto file.