GitHub AlexanderGrooff/mermaid-ascii

Mermaid ASCII v0.4.2-3-g7d5e43a

3

3


There are alternative forms of generating mermaid graphs in ASCII using this same Git repository.

cUrl request with data

curl https://mermaid-ascii.art/generate -d mermaid="graph LR\nABC --> DEF"

Run Golang in CLI

git clone https://github.com/AlexanderGrooff/mermaid-ascii
cd mermaid-ascii
go run main.go -f test.mermaid