UNPKG

@cloudquery/plugin-pb-javascript

Version:

This is a low-level auto-generated gRPC client and server for CloudQuery plugins

23 lines (14 loc) 439 B
# plugin-pb-javascript This is a low-level auto-generated gRPC client and server for CloudQuery plugin from [plugin-pb protos](https://github.com/cloudquery/plugin-pb). ## Development ### Prerequisites Node.js 16 or higher. Install Node.js from [here](https://nodejs.org/en/download/). ### Install dependencies ```bash npm ci ``` ### Generate gRPC client and server ```bash npm run proto-clone # Only needed once npm run build ```