1.0.5 • Published 7 months ago

object-diagram-modeler v1.0.5

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

Build & Test

Try the object diagram modeler here.

Object diagram modeler

This folder contains the source code for an object diagram modeler library based on diagram-js.

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 modeler

cd starter
npm start

Build & deploy changes to github-pages

cd starter
npm run build:github-pages

Object diagram debugger

The UI used in the visual debugger IntelliJ plugin is configured in the folder starter/debugger. This serves as an example how the library can be used and customized (here we added a Websocket connection to read debug data live).

Installing dependencies

npm i
cd starter
npm i

Running the debugger

cd starter
npm run startDebugger

Building the debugger

cd starter
npm run buildDebugger:deploy

The debugger will be build at the right location for the visual debugger plugin.

License

MIT

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

Acknowledgments

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