ToolJet/plugins/_templates/plugin/new
Maurits Lourens 60f515d19c
Feature/2395 - add eslint to plugins (#2402)
* merge develop

* Add eslint dependencies, configs and scripts to plugins project

* run lint with Github action

* ignore tests and dist folders

* fun eslint with --fix and manual fixes, renamed __tests_ to __tests__

* add plugins packages folder to lint-staged config

* fix lint issue
2022-03-10 12:29:48 +05:30
..
docs.ejs.t Big Query Integration 🚀 (#2160) 2022-02-07 15:32:38 +05:30
gitignore.ejs.t Add tooljet cli (#1611) 2022-01-17 22:28:15 +05:30
icon.ejs.t Updated template files to fix package bootstrapping bugs (#1902) 2022-01-23 12:02:42 +05:30
index.ejs.t Tooljet CLI deployment and sanity check (#2096) 2022-02-05 06:49:49 +05:30
manifest.ejs.t [BUG-2187] Plugins manifest.json isLoading type should be boolean (#2188) 2022-02-08 08:44:38 +05:30
operations.ejs.t Big Query Integration 🚀 (#2160) 2022-02-07 15:32:38 +05:30
packagejson.ejs.t Tooljet CLI deployment and sanity check (#2096) 2022-02-05 06:49:49 +05:30
readme.ejs.t Big Query Integration 🚀 (#2160) 2022-02-07 15:32:38 +05:30
tests.ejs.t Feature/2395 - add eslint to plugins (#2402) 2022-03-10 12:29:48 +05:30
tsconfig.ejs.t Add tooljet cli (#1611) 2022-01-17 22:28:15 +05:30
types.ejs.t Add source options types for plugins (#1861) 2022-01-24 19:29:21 +05:30

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

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