Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 380 Bytes

File metadata and controls

31 lines (22 loc) · 380 Bytes
id title
codegen-mermaid
Mermaid

Mermaid lets you create diagrams and visualizations using text and code.

concerto compile --model test.cto --target mermaid

Sample Output

classDiagram
class Person {
<< concept>>
    +String email
    +DateTime dob
}

Person --|> Concept

Options

None.

Limitations

  1. Scalars are unboxed as properties