Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

TeamWanari/sbt-paradox-diagrams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

09b1da8 · Nov 17, 2022

History

94 Commits
Oct 21, 2019
Nov 17, 2022
Oct 21, 2019
Jan 31, 2021
Mar 9, 2019
Jan 21, 2020
Oct 17, 2020
Oct 22, 2019
Oct 21, 2019
Oct 22, 2019
Oct 22, 2019
Nov 5, 2022
Oct 21, 2019

Repository files navigation

sbt-paradox-diagrams

Build Status Latest version Documentation Scala Steward badge Mergify Status

A simple paradox plugin, which will draw diagrams from formal definitions.

Supported Diagram Types

Setup

Add the following lines to your project/plugins.sbt:

addSbtPlugin("com.wanari" % "sbt-paradox-diagrams" % "<current-version>")

Example

@@@ sequence-diagram
```raw
Andrew->China: Says Hello
Note right of China: China thinks about it
China-->Andrew: How are you?
Andrew->>China: I am good thanks!
```
@@@ 

see the docs for more examples.