Little CLI util to create diagrams from .mmd files
Find a file
2026-03-20 10:47:34 +01:00
.gitignore init bun project with beautiful-mermaid installed 2026-03-20 10:44:55 +01:00
bun.lock init bun project with beautiful-mermaid installed 2026-03-20 10:44:55 +01:00
CLAUDE.md init bun project with beautiful-mermaid installed 2026-03-20 10:44:55 +01:00
index.ts get basic svg test working 2026-03-20 10:47:34 +01:00
package.json init bun project with beautiful-mermaid installed 2026-03-20 10:44:55 +01:00
README.md init bun project with beautiful-mermaid installed 2026-03-20 10:44:55 +01:00
test.svg get basic svg test working 2026-03-20 10:47:34 +01:00
tsconfig.json init bun project with beautiful-mermaid installed 2026-03-20 10:44:55 +01:00

mermaid-diagram-creator

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.21. Bun is a fast all-in-one JavaScript runtime.