Mermaid ASCII

1 min read Original article ↗

Alternative Usage Methods

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

cURL Request

curl https://mermaid-ascii.art -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