CLI tool for generating TypeScript gRPC API packages from proto files using ts-proto. Automates type generation, service stubs, index files (ESM/CJS), and gRPC server reflection. v1.0.3 is current, low release cadence. Differentiators: built-in reflection support, customizable ts-proto options, index file creation for subdirectories, and Node >=14 ESM compatibility.
npm install proto-ts-builderNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Runs the three main commands: generate types, services, and index files with ESM module format.
No known issues recorded.
Install protoc (e.g., via apt/pacman/brew) or download from https://github.com/protocolbuffers/protobuf/releases