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
- Host: GitHub
- URL: https://github.com/cloudquery/plugin-pb-javascript
- Owner: cloudquery
- License: mpl-2.0
- Created: 2023-08-02T13:59:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-01T09:12:32.000Z (6 months ago)
- Last Synced: 2025-07-08T16:55:00.729Z (5 months ago)
- Language: TypeScript
- Size: 311 KB
- Stars: 2
- Watchers: 10
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
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
```