1.2.1 • Published 8 years ago

camunda-modeler v1.2.1

Weekly downloads
6
License
SEE LICENSE IN LI...
Repository
github
Last release
8 years ago

Looking for the legacy Camunda Eclipse plug-in?

Camunda Modeler

Build Status

An integrated modeling solution for BPMN, DMN and CMMN based on bpmn.io.

Camunda Modeler

Resources

Building the Application

# checkout a tag
git checkout v1.1.0

# install
npm install

# run all tests
npm run all

Build a Snapshot (the master branch)

Building the master branch may fail due to snapshot dependencies being missing. If that is the case, link them into the modeler project using the wiredeps utility:

npm install wiredeps

node_modules/.bin/wiredeps

Development Setup

Spin up the application for development, all strings attached:

npm run dev

License

MIT

Contains parts (bpmn-js, dmn-js, cmmn-js) released under the bpmn.io license.

1.2.1

8 years ago