@camunda/connectors-element-templates
v1.0.14
Published
Camunda Connectors Store with all out of the box connectors
Maintainers
Keywords
Readme
NPM Package to provide all element templates to the web-modeler
This package is automatically generated from the element-templates sub-directories. It provides all element templates as an array of objects that can be used in the web-modeler.
Development
Build and test locally
To build this package, run:
npm installnpm run pre-build
To test this package with web-modeler locally:
- Run
npmlink inconnectors/element-template-generator/npmfolder - Start the web-modeler
- add this code to the babel-loader rule in the webpack config.
include: [
path.resolve(__dirname, 'src'),
path.resolve(__dirname, 'node_modules/@camunda/connectors-element-templates')
],- run
npm link @camunda/connectors-element-templatesin theweb-modeler/webappfolder
Release a new version
Run the github action "PUBLISH_NPM_PACKAGE". If publishing without the github action make sure to run the pre-build script and tests before publishing!
