Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

bpmn-in-color-moddle

bpmn-io1.9kMIT0.2.0

A moddle schema for BPMN in Color

bpmn, moddle, bpmn20, meta-model, bpmn-in-color, BPMN in Color

readme

bpmn-in-color-moddle

CI

Read and write BPMN 2.0 diagram files with BPMN in Color extension in NodeJS and the browser.

Usage

import BpmnModdle from 'bpmn-moddle';
import BpmnInColorSchema from 'bpmn-in-color-moddle/resources/bpmn-in-color.json';

const moddle = new BpmnModdle({ color: BpmnInColorSchema });

// import XML with color namespace

Resources

Building the Project

To run the test suite that includes XSD schema validation you must have a Java JDK installed and properly exposed through the JAVA_HOME variable.

Execute the test via

npm test

Perform a complete build of the application via

npm run all

License

Use under the terms of the MIT license.

changelog

Changelog

All notable changes to bpmn-in-color-moddle are documented here. We use semantic versioning for releases.

Unreleased

_Note: Yet to be released changes appear here._

0.2.0

  • CHORE: turn into ES module
  • DEPS: update dependencies

0.1.0

  • FEAT: init release :tada: