A CLI tool for scaffolding gRPC microservice projects from .proto files. Current version 1.2.6, released on npm. It generates boilerplate code for Node.js/TypeScript projects with support for both npm and yarn package managers. Differentiators: opinionated project structure inspired by NestJS, automated setup of gRPC server and client stubs. Low release cadence (last update 2023). Requires Node >= 14.
npm install grpcmkr-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Global install, then scaffold a new gRPC project by providing a .proto file and project name.
Use 'grpcmkr create' instead.
Do not attempt to import from 'grpcmkr-cli' in code; use the CLI directly.
Consider alternatives like 'grpc-tools' or manually generate code with protoc.
Run 'npm install -g grpcmkr-cli' and ensure npm global bin is in PATH.
Run the command from a directory that contains a package.json or create one with 'npm init'.