symphony-org / frost

Frost
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

Plantuml #64

Open EncodePanda opened 4 years ago

EncodePanda commented 4 years ago

Blocked by https://github.com/frost-org/frost/pull/63

Generates nice diagrams using plantuml

Example

input:

# Plant UML example

Simple sequence:

```frost:plantuml
Alice -> Bob: test

A more complex one:

Bob -[#red]> Alice : hello
Alice -[#0000FF]->Bob : ok

### output:
<img width="974" alt="Screenshot 2020-03-02 at 18 33 03" src="https://user-images.githubusercontent.com/6287558/75702376-aa0c7300-5cb5-11ea-994c-ddcb25b50e28.png">
lukasz-golebiewski commented 4 years ago

hlint looks offended

lukasz-golebiewski commented 4 years ago

Looks good overall :-) It would be nice if at least the plantuml code was tested

lukasz-golebiewski commented 4 years ago

Looks like CI isn't happy