A template generator for new bpmn-io extensions.
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.