Skip to content

AndreyOsipkov/bpmnlint-playground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bpmnlint-playground

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

playground

Run the Playground

To open the playground in your browser type

npm install
npm start

Features

App

  • Validate your diagrams
  • Drop diagrams into the page to open them and trigger validation
  • Apply changes and download the diagram

Rules

  • 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

Resources

License

MIT

About

A place to try out bpmnlint rules 🚀.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 64.5%
  • HTML 35.5%