ToolJet/marketplace
abhijeet760 7a10516ae4
improve openai anthropic gemini (#16296)
* improve openai anthropic gemini

* moved to dynamic form v2

* fix: Not able to add V2 plugins

* fix the overflowing of test connection error

---------

Co-authored-by: Siddharthpl <siddharthpundir73@gmail.com>
Co-authored-by: Rudhra Deep Biswas <rudra21ultra@gmail.com>
Co-authored-by: Ganesh Kumar <ganesh8056234@gmail.com>
2026-05-14 23:17:39 +05:30
..
_templates/plugin/new Enhancements to the process of developing a Marketplace plugin (#5777) 2023-03-24 17:05:08 +05:30
plugins improve openai anthropic gemini (#16296) 2026-05-14 23:17:39 +05:30
scripts Fix: read AWS secret key from AWS_SECRET_ACCESS_KEY in marketplace upload-to-s3 (#16047) 2026-04-22 17:39:32 +05:30
.eslintignore fixes: integrating plugins from marketplace (#5678) 2023-03-16 18:17:25 +05:30
.eslintrc plugin: aws textract 2023-04-19 21:12:57 +05:30
.gitignore [chore] Eslint fixes (#5988) 2023-04-11 15:34:58 +05:30
lerna.json [Vulnerability] package upgrades (#14861) 2026-01-08 17:46:51 +05:30
package-lock.json Feature: Add Intercom marketplace plugin (#15953) 2026-05-13 17:41:38 +05:30
package.json Feature/add couchbase support (#14518) (#15147) 2026-02-18 21:21:01 +05:30
README.md [Feature] Make plugins installable (#3069) 2022-10-27 16:59:43 +05:30
tsconfig.json feat: Adds portkey plugin (#10337) 2024-09-18 11:27:58 +05:30

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