NAME
protobuf-starter - bootstrap a gRPC client library Perl distribution from Protocol Buffers
SYNOPSIS
protobuf-starter --module=Google::Cloud::BigQuery \
--protos=protos/bigquery.proto \
--import-path=protos \
--grpc-target=bigquery.googleapis.com \
--dir=Google-Cloud-BigQuery \
--author="C.J. Collier <cjac@google.com>"
DESCRIPTION
protobuf-starter is a command-line utility that bootstraps a skeletal Perl distribution for a gRPC client library compiled from Protocol Buffers schemas.