Back Original

Show HN: Mermaid ASCII Diagrams

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