Protoc generator for Typescript and GRPC-web
452
This is a typescript and grpc-web generator container for the Google Protocol Buffers compiler ('protoc').
There is a docker image available ('docker pull monahawk/protoc-ts-nest') that has all the required features you need.
You just need to bind the proto folder and output folder to the docker image. You can either use docker-compose for it (as example see the 'docker-compose.yml'), or a simple docker run command.
'''
docker run --rm
-v $(pwd)/example/doc:/out
-v $(pwd)/example/proto:/protos
monahawk/protoc-ts-nest
'''
With the input '.proto' files
the plugin gives the output
Content type
Image
Digest
Size
44.3 MB
Last updated
over 6 years ago
docker pull monahawk/protoc-ts-nest