quick-ts-proto
JSON →A CLI tool for generating TypeScript gRPC code from protobuf files. Version 1.0.5 provides two commands: gen-grpc (for server/client gRPC code using @grpc/grpc-js) and gen-grpc-web (for gRPC-Web client code using @improbable-eng/grpc-web). It supports options for server-only, client-only, and types-only generation. Compared to alternatives like ts-proto or protobuf-ts, quick-ts-proto is a lightweight wrapper focused on quick setup with minimal configuration. However, it requires manual installation of runtime dependencies and does not support advanced features like custom imports or plugins. Release cadence is low; the package has not seen updates since mid-2023.
Resources
packagequick-ts-proto ↗