# create-bpmn-io-module

A template generator for new bpmn-io extensions.

## How to use

From the command line, run

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

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

```sh
  npx @marstamm/create-bpmn-io-module
```

inside the project directory.