This is the high-level package to use for developing CloudQuery plugins in JavaScript.
Node.js 16 or higher. Install Node.js from here.
npm cinpm run devnpm run buildnpm testnpm run dev# This is just to check if the code is formatted
npm run format:check
# Automatically format code
npm run format
# Lint
npm run lint