Skip to content

Commit

Permalink
chore(README): mention bpmn moddle extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed Nov 26, 2018
1 parent 90ee6fa commit f9a8877
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Helper functions for bundling your Camunda Modeler client plugins.

## How to use

Your file to be bundled:
### bpmn-js

Register plugin to be passed as additional module:

```javascript
var registerBpmnJSPlugin = require('camunda-modeler-plugin-helpers').registerBpmnJSPlugin;
Expand All @@ -13,6 +15,15 @@ var module = require('./index');
registerBpmnJSPlugin(module);
```

## Currently Supported Client plugins
Register plugin to be passed as moddle extension:

```javascript
var registerBpmnJSModdleExtension = require('camunda-modeler-plugin-helpers').registerBpmnJSModdleExtension;
var module = require('./index');

registerBpmnJSModdleExtension(module);
```

## License

- bpmn-js
MIT oder ohne

0 comments on commit f9a8877

Please sign in to comment.