Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 294 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 294 Bytes

docker-mermaid-cli

Docker image for the Mermaid CLI utility. Useful for generating diagrams written in Mermaid JS.

Sample usage:

docker container run --volume ${PWD}:/data sc250024/mermaid-cli --cssFile /data/mermaid.css --input /data/diagram.mmd --output /data/diagram.pdf