[Feature] Protobuf to TS
Author: mrdulinCreated Dec 18, 2025Updated Dec 18, 2025
Support modifying ts_proto_opt will be better. The command line I use:
protoc --plugin=protoc-gen-ts_proto=.\node_modules\.bin\protoc-gen-ts_proto.cmd --ts_proto_out=./src/models ./proto/*.proto --ts_proto_opt=forceLong=string --ts_proto_opt=outputEncodeMethods=decode-only --ts_proto_opt=outputJsonMethods=false --ts_proto_opt=outputPartialMethods=false --ts_proto_opt=esModuleInterop=trueSource: ritz078/transform