0.7.0 • Published 4 months ago

bpmnlint-playground v0.7.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

bpmnlint-playground

CI

A playground to try out bpmnlint diagram validation and implement and new rules.

playground

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 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