mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
* Add support for couchbase * Update readme * Update query operation --------- Co-authored-by: Midhun G S <gsmithun4@gmail.com> |
||
|---|---|---|
| .. | ||
| _templates/plugin/new | ||
| plugins | ||
| scripts | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| lerna.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Tooljet marketplace
Steps to install npm package to a plugin
npm i <npm-package-name> --workspace=<plugin-name-in-package-json>
Steps to build
npm install
npm run build --workspaces
Update the plugins to S3 bucket
AWS_ACCESS_KEY_ID=<key> SECRET_ACCESS_KEY=<secret> AWS_BUCKET=<bucket> node scripts/upload-to-s3.js