1.0.3 • Published 6 months ago

bpmn-token v1.0.3

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
6 months ago

Build & Test

Try the BPMN token modeler here.

BPMN token modeler

This folder contains the source code for a bpmn-token library based on bpmn-js/diagram-js. We are currently working on separating all token-related functionality from the bpmn-js source code (see TODO: Token).

Usage

The project is published as a npm package. Usage is similar to bpmn-js and is shown in /starter.

Installing dependencies

npm i
cd starter
npm i

Running the library

cd starter
npm start

Build & deploy changes to github-pages

cd starter
npm run build:github-pages

License

MIT

Contains parts of (bpmn-io) released under the bpmn.io license.

Acknowledgments

I used the excellent postit-js and bpmn-js as a starting point for my project.