xmi-mermaid is a conversion tool for turning xmi sequence diagrams into mermaid format, particularly for use in Github.
Initially, it will ONLY handle sequence diagrams.
- Clone repo
- Install node modules
npm install
- Export Visual Paradigm project conatining Sequence Diagrams as XMI.
- Name file however you want: .xml
- Copy XMI file into root of this project
- Update the
inFileName
variable inconverter.js
to be this XMI file you just copied into the root - Run xmi to mermaid converter.
node converter.js