Skip to content
Snippets Groups Projects
README.md 291 B
Newer Older
Jan Zak's avatar
Jan Zak committed
# provee-protos
Jan Zak's avatar
Jan Zak committed
Contains all gRPC proto files that are used to communicate between services.

## Dependencies

```
brew install protoc
brew install protoc-gen-grpc-node
npm install -g grpc-tools
Jan Zak's avatar
Jan Zak committed
```

## Development

Generate gRPC service classes whenever protos change.

```
./build.sh
```