- Notifications
You must be signed in to change notification settings - Fork0
jankapunkt/cmmntools
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Meteor package which wraps the cmmn tools fromhttp://bpmn.io /https://github.com/bpmn-io into a meteor package.
Provides templates to include the examples fromhttps://github.com/bpmn-io/cmmn-js-examples.
This package is not stable and currently in a 'proof-of-concept' phase. Use at your own risk. Feel free to contribute and improve this package.
Add the package like any other:
$ meteor add jkuester:cmmntools
The npm dependencies are loaded automatically via the package. They should be included and run out of the box.The templates then can be included by simply using spacebars.
Including the examples is easy by just including the spacebar templates. The following templates are currently available:
{{> cmmnmodeler}}
It should run out of the box. The template also provides a helpergetModeler
which returns the modeler object. From here you can further customize your modeler.
MIT (unless noted otherwise)