/create-bpmn-io-module

A template generator for new bpmn-io extensions.

Primary LanguageJavaScript

create-bpmn-io-module

A template generator for new bpmn-io extensions.

How to use

From the command line, run

  npx @marstamm/create-bpmn-io-module <project-name>
  cd <project-name>

or, to add missing config to an existing project, run

  npx @marstamm/create-bpmn-io-module

inside the project directory.