element-templates-cli
v0.5.0
Published
Apply element templates on BPMN elements in your terminal.
Maintainers
Keywords
Readme
[!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-cliUsage
element-templates-cli --diagram diagram.bpmn --template template.json --element ServiceTask --output diagram_2.bpmnAdditional resources
Development
Prepare the project by installing all dependencies:
npm installThen, 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 testLicense
MIT
