A playground to try out bpmnlint diagram validation and implement and new rules.
To open the playground in your browser type
npm install
npm start
- Validate your diagrams
- Drop diagrams into the page to open them and trigger validation
- Apply changes and download the diagram
- Configure checked lint/validation rules via the
.bpmnlintrc
file - Create or modify rules in the
./plugin/rules
directory - Expose default configurations using the plugin entry point
- See how rule changes are reflected in the app in real time
MIT