An open API service indexing awesome lists of open source software.

https://github.com/liemle3893/prototool-example

Prototool Example
https://github.com/liemle3893/prototool-example

Last synced: 3 months ago
JSON representation

Prototool Example

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