UNPKG

533 BMarkdownView Raw
1# Generate compiled ProtoBuf
2
3Running the script will generate statically-compiled protobufs for decoding `application/protobuf` events. Generate them by running:
4
5```
6./update.sh
7```
8
9In order to build, the following repos are cloned
10
11- https://github.com/googleapis/google-cloudevents
12- https://github.com/googleapis/googleapis
13- https://github.com/google/protobuf
14
15The script relies on the [protobufjs-cli](https://github.com/protobufjs/protobuf.js/tree/master/cli#pbts-for-typescript) package to create the compiled js/ts files.