This is the high-level package to use for developing CloudQuery plugins in JavaScript.
Node.js 20 or higher. Install Node.js from here.
pnpm installpnpm buildpnpm testpnpm dev -- servepnpm dev -- package -m test "v1.0.0" . --dist-dir dist-dir# This is just to check if the code is formatted
pnpm format:check
# Automatically format code
pnpm format
# Lint
pnpm lint