ToolJet/marketplace
Arpit 636c4a62c5
[chore] Eslint fixes (#5988)
* lint fixes: frontend

* lint fixes: marketplace

* lint fixes: plugins-client js files

* typo fix

* eslint updates/fixes for marketplace

* eslint updates/fixes for plugins

* removing "@typescript-eslint/no-floating-promises for plugins"

* ignore client.js and server.js

* ignore client.js and server.js

* ignore client.js and server.tss

* Delete client.js

* ignore cypress-test/**
2023-04-11 15:34:58 +05:30
..
_templates/plugin/new Enhancements to the process of developing a Marketplace plugin (#5777) 2023-03-24 17:05:08 +05:30
plugins [chore] Eslint fixes (#5988) 2023-04-11 15:34:58 +05:30
scripts [chore] Eslint fixes (#5988) 2023-04-11 15:34:58 +05:30
.eslintignore fixes: integrating plugins from marketplace (#5678) 2023-03-16 18:17:25 +05:30
.eslintrc [chore] Eslint fixes (#5988) 2023-04-11 15:34:58 +05:30
.gitignore [chore] Eslint fixes (#5988) 2023-04-11 15:34:58 +05:30
lerna.json Enhancements to the process of developing a Marketplace plugin (#5777) 2023-03-24 17:05:08 +05:30
package-lock.json Feature : OpenAI plugin (#5975) 2023-04-11 11:07:27 +05:30
package.json Chore: eslint checkup (#5887) 2023-04-10 11:26:23 +05:30
README.md [Feature] Make plugins installable (#3069) 2022-10-27 16:59:43 +05:30
tsconfig.json [chore] Eslint fixes (#5988) 2023-04-11 15:34: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