Awesome
bpmnlint-playground
A playground to try out bpmnlint diagram validation and implement and new rules.
Run the Playground
Run the playground in any directory with a .bpmnlintrc
file:
npx bpmnlint-playground
During plug-in development the playground can be useful to test rules in action:
# create a plugin with the name <foo>
npx create-bpmnlint-plugin foo
cd bpmnlint-plugin-foo
# install dependencies
npm install
# load recommended rules
echo '{ "extends": "plugin:foo/recommended" }' > .bpmnlintrc
# run playground
npx bpmnlint-playground
Once started, the playground watches your local .bpmnlintrc
file, rebuilds it on change, and refreshes the view accordingly.
Related
License
MIT