Node/mermaid-cli

From Fundamental Ramen
< Node
Revision as of 03:39, 9 September 2026 by Tacoball (talk | contribs) (Created page with "<syntaxhighlight lang="bash"> npm install -g @mermaid-js/mermaid-cli mmdc -V mmdc -i test.mmd mmdc -i test.mmd -o test.svg mmdc -i test.mmd -o test.png mmdc -i test.mmd -o test.pdf mmdc -i test.mmd -o - </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
npm install -g @mermaid-js/mermaid-cli
mmdc -V
mmdc -i test.mmd
mmdc -i test.mmd -o test.svg
mmdc -i test.mmd -o test.png
mmdc -i test.mmd -o test.pdf
mmdc -i test.mmd -o -