jan/plugins/data-plugin
Louis 7812bf64d5
chore: #371 - reference to plugin name and module path as variables (#372)
* chore: #371 - plugin developer can reference to plugin name and module path as variables

* chore: display origin plugin name

* Switch from plugin-core to core

* Remove un-used command in ci test

---------

Co-authored-by: Hien To <tominhhien97@gmail.com>
2023-10-17 15:41:35 +07:00
..

Database handler plugin for Jan App

Notice: please only install dependencies and run build using npm and not yarn.

  • index.ts: Main entry point for the plugin.
  • module.ts: Defines the plugin module which would be executed by the main node process.
  • package.json: Defines the plugin metadata.
  • tsconfig.json: Defines the typescript configuration.