anz-bank / sysl

Sysl (pronounced "sizzle") is a system specification language
https://sysl.io
Apache License 2.0
122 stars 42 forks source link

Jack/mermaid svg #961

Closed cuminandpaprika closed 4 years ago

cuminandpaprika commented 4 years ago

Takes over this: https://github.com/anz-bank/sysl/pull/913

Adds SVG output for mermaid diagrams, by calling mermaid-go.

To test:

make install

Sequence Diagram sysl diagram -s demo/grocerystore/grocerystore.sysl --app GroceryStore --endpoint "POST /checkout

image

Integration Diagram sysl diagram -p demo/grocerystore/grocerystore.sysl --app GroceryStore

image

Changes proposed in this pull request:

Checklist: