Skip to content

Heiko-san/mermaidgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mermaidgen

mermaidgen is an object oriented approach to define mermaid graphics from Go code and render them to mermaid code.

Documentation: https://godoc.org/github.com/Heiko-san/mermaidgen

mermaidgen/flowchart

Package flowchart is used to generate mermaid flowchart graphs as defined at https://mermaidjs.github.io/flowchart.html.

Documentation: https://godoc.org/github.com/Heiko-san/mermaidgen/flowchart

mermaidgen/gantt

Package gantt is used to generate mermaid gantt diagrams as defined at https://mermaidjs.github.io/gantt.html.

Documentation: https://godoc.org/github.com/Heiko-san/mermaidgen/gantt

mermaidgen/sequence

Package sequence is used to generate mermaid sequence diagrams as defined at https://mermaidjs.github.io/sequenceDiagram.html.

Documentation: https://godoc.org/github.com/Heiko-san/mermaidgen/sequence

About

go package to generate mermaid code in an OOP way

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published