https://github.com/liemle3893/prototool-example
Prototool Example
https://github.com/liemle3893/prototool-example
Last synced: 3 months ago
JSON representation
Prototool Example
- Host: GitHub
- URL: https://github.com/liemle3893/prototool-example
- Owner: liemle3893
- License: apache-2.0
- Created: 2020-02-25T08:37:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-07T12:24:20.000Z (about 5 years ago)
- Last Synced: 2025-01-08T11:41:31.934Z (5 months ago)
- Language: Java
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Example for sharing and oganising protobuf (grpc as well).
# Step 1: Clone this repository
```shell
$ git clone https://github.com/liemle3893/prototool-example && cd prototool-example
```# Step 2: Generate protobuf/grpc
```shell
$ docker run --rm -it -v "$(pwd):/work" saboteurkid/prototool_java:1.8.0 prototool generate
```
Where `1.8.0` is prototool version.For more options please type:
```shell
$ docker run --rm -it saboteurkid/prototool_java:1.8.0 prototool help
```