An open API service indexing awesome lists of open source software.

https://github.com/cloudquery/plugin-pb-javascript

CloudQuery Plugin JavaScript low level API
https://github.com/cloudquery/plugin-pb-javascript

Last synced: 5 months ago
JSON representation

CloudQuery Plugin JavaScript low level API

Awesome Lists containing this project

README

          

# 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
```