File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- # plugin-pb-js
1
+ # CloudQuery Plugin SDK for JavaScript
2
2
3
- This is a low -level auto-generated gRPC client and server for CloudQuery plugin from [ plugin-pb protos ] ( https://github.com/cloudquery/plugin-pb ) .
3
+ This is the high -level package to use for developing CloudQuery plugins in JavaScript .
4
4
5
- ## Development
6
-
7
- ### Prerequisites
5
+ ## Prerequisites
8
6
9
7
Node.js 16 or higher. Install Node.js from [ here] ( https://nodejs.org/en/download/ ) .
10
8
9
+ ## Setup
10
+
11
11
### Install dependencies
12
12
13
13
``` bash
Original file line number Diff line number Diff line change 11
11
"build" : " rm -rf dist && tsc" ,
12
12
"test" : " ava"
13
13
},
14
- "description" : " This is a low -level auto-generated gRPC client and server for CloudQuery plugins" ,
14
+ "description" : " This is the high -level package to use for developing CloudQuery plugins in JavaScript " ,
15
15
"keywords" : [
16
16
" nodejs" ,
17
17
" javascript" ,
You can’t perform that action at this time.
0 commit comments