nodejs-spanner/samples/resource at main · googleapis/nodejs-spanner · GitHub
Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Latest commit

 

History

History

Folders and files

To generate singer.js and singer.d.ts file from singer.proto

npm install -g protobufjs-cli
cd samples/resource
pbjs -t static-module  -w commonjs -o singer.js singer.proto
pbts -o singer.d.ts singer.js
protoc --proto_path=. --include_imports --descriptor_set_out=descriptors.pb singer.proto