MobilityData / gtfs-realtime-bindings

Language bindings generated from the GTFS Realtime protocol buffer spec for popular languages.
Apache License 2.0
370 stars 127 forks source link

Add base shell script that will perform proto codegen for all language bindings #114

Open jameslinjl opened 1 year ago

jameslinjl commented 1 year ago

Each language should have its own Dockerfile, which will allow the codegen to take place.

The base shell script should run the respective shell scripts for each language bindings.

jameslinjl commented 1 year ago

Received feedback that a Makefile is probably overkill here, so changing issue to recommend a shell script instead