ToolJet/marketplace
Arpit 85391d260a
[Marketplace] AWS S3 (#4670)
* fix: sub path for static asset serve (#4665)

* fix: sub path for static asset serve

* fix: sub path for static asset serve

* marketplace: s3

* rename operations file to query_operations

* fix: crash on click of existing plugin

* remove unused console

* adds missing async await

* add isoptional for repo

* plugin card ui style fixes

* update plugin name

Co-authored-by: Gandharv <gandharvkumargarg@gmail.com>
2022-11-01 16:24:30 +05:30
..
_templates/plugin/new [Feature] Make plugins installable (#3069) 2022-10-27 16:59:43 +05:30
plugins [Marketplace] AWS S3 (#4670) 2022-11-01 16:24:30 +05:30
scripts [Feature] Make plugins installable (#3069) 2022-10-27 16:59:43 +05:30
.gitignore [Feature] Make plugins installable (#3069) 2022-10-27 16:59:43 +05:30
package-lock.json [Marketplace] AWS S3 (#4670) 2022-11-01 16:24:30 +05:30
package.json [Feature] Make plugins installable (#3069) 2022-10-27 16:59:43 +05:30
README.md [Feature] Make plugins installable (#3069) 2022-10-27 16:59:43 +05:30
tsconfig.json [Feature] Make plugins installable (#3069) 2022-10-27 16:59:43 +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