0.3.1 • Published 15 days ago

element-templates-cli v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
15 days ago

!WARNING This is an experimental library and not officially supported / endorsed by bpmn.io.

element-templates-cli

Apply element templates on BPMN elements in your terminal.

Installation

npm install --global element-templates-cli

Usage

element-templates-cli --diagram diagram.bpmn --template template.json --element ServiceTask --output diagram_2.bpmn

Additional resources

Development

Prepare the project by installing all dependencies:

npm install

Then, depending on your use-case, you may run any of the following commands:

# run linter, build, and test the library
npm run all

# lint
npm run lint

# build
npm run build

# test
npm test

License

MIT

0.3.1

15 days ago

0.3.0

3 months ago

0.2.1

4 months ago

0.2.2

4 months ago

0.2.0

5 months ago

0.1.0

9 months ago