Support using as a protoc plugin
Open
- Dominant language
- TypeScript
- Stars
- 38
- Forks
- 25
- Avg merge
- 1h 4m
- Merged PRs (30d)
- 3
Description
ts-proto has the nice feature that it supports being called as a protoc plugin:
```
--plugin=./node_modules/.bin/protoc-gen-ts-proto \
--ts-proto_out=$$(pwd)/vendor \
--ts-proto_opt=forceLong=long \
--ts-proto_opt=oneof=unions
```
... supporting `protoc-gen-ts-protons` would also be good.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.