ToolJet/marketplace/_templates/plugin/new
Arpit 7dea6c9ad1
Enhancements to the process of developing a Marketplace plugin (#5777)
* in dev mode, start watching for changes in all packages

* plugin reload service

* typo

* fixes updates from fs

* checks if marketplace dev mode is on to decode the run code from plugin index file

* clean up

* removes console.log

* refactor: marketplace dashboard

* prep to merge

* dotenv

* fixes: install new upadates for one plugin at a time

* fixes app crash for new plugins(marketplace/datasource) with default schema

* avoid creating docs for marketplace to root docs

* Before starting watcher, build the marketplace once.

* fixes: installed plugin crashes if deleting the entire plugin from the dir, but the build still haves the plugin files
2023-03-24 17:05:08 +05:30
..
gitignore.ejs.t [Feature] Make plugins installable (#3069) 2022-10-27 16:59:43 +05:30
icon.ejs.t [Feature] Make plugins installable (#3069) 2022-10-27 16:59:43 +05:30
index.ejs.t [Feature] Make plugins installable (#3069) 2022-10-27 16:59:43 +05:30
manifest.ejs.t [Feature] Make plugins installable (#3069) 2022-10-27 16:59:43 +05:30
operations.ejs.t [Feature] Make plugins installable (#3069) 2022-10-27 16:59:43 +05:30
packagejson.ejs.t Enhancements to the process of developing a Marketplace plugin (#5777) 2023-03-24 17:05:08 +05:30
readme.ejs.t [Feature] Make plugins installable (#3069) 2022-10-27 16:59:43 +05:30
tests.ejs.t [Feature] Make plugins installable (#3069) 2022-10-27 16:59:43 +05:30
tsconfig.ejs.t [Feature] Make plugins installable (#3069) 2022-10-27 16:59:43 +05:30
types.ejs.t [Feature] Make plugins installable (#3069) 2022-10-27 16:59:43 +05:30

---
to: <%= plugins_path %>/plugins/<%= name %>/README.md
---
<%
 Display_name = h.capitalize(display_name)
%>
# <%= Display_name %>

Documentation on: https://docs.tooljet.com/docs/data-sources/<%= name %>