zv-grpc-web-build

JSON →
library 1.1.0 ·javascript
verified Jun 7, 2026

CLI protoc wrapper for generating TypeScript gRPC Web clients. Current stable version: 1.1.0. This tool recursively scans a source directory for .proto files and invokes protoc with the gRPC Web plugin to produce TypeScript and JavaScript client stubs. It simplifies integration into NPM build scripts, supports both grpcweb and grpcwebtext wire formats, and automatically adds /* eslint-disable */ annotations to generated JS files. Requires manual installation of protoc and protoc-gen-grpc-web binaries.