Meteor-Community-Packages / meteor-autoform

AutoForm is a Meteor package that adds UI components and helpers to easily create basic forms with automatic insert and update events, and automatic reactive validation.
MIT License
1.44k stars 328 forks source link

Added jkuester:autoform-bpmn to community add-ons #1673

Closed jankapunkt closed 4 years ago

jankapunkt commented 6 years ago

Adding an add on to the list I wrote and which is in a good usable state (test coverage is about 70%)

While this add on is very specific, it offers a powerful integration of the bpmn.io toolchain. Saving and loading bpmn process models is now as easy as modeling.

Manual integration of the modeler is a real hassle and users will benefit a lot from the out-of the box experience that this add on provides.

If you are interested in it's functionality, you can also try the example project, that is also in the repo: https://github.com/jankapunkt/meteor-autoform-bpmn (see /example)