@cloudquery/plugin-sdk-javascript

0.1.10 • Public • Published

CloudQuery Plugin SDK for JavaScript

This is the high-level package to use for developing CloudQuery plugins in JavaScript.

Prerequisites

Node.js 20 or higher. Install Node.js from here.

Setup

Install dependencies

npm ci

Build

npm run build

Test

npm test

Start a local memory based plugin server

npm run dev -- serve

Package as a Docker image

npm run dev -- package -m test "v1.0.0" . --dist-dir dist-dir

Formatting and Linting

# This is just to check if the code is formatted
npm run format:check

# Automatically format code
npm run format

# Lint
npm run lint

Package Sidebar

Install

npm i @cloudquery/plugin-sdk-javascript

Weekly Downloads

1,390

Version

0.1.10

License

MPL-2.0

Unpacked Size

144 kB

Total Files

95

Last publish

Collaborators

  • erezro