mermaid-ascii
Render Mermaid graphs inside your terminal
Tool
Minimal
Install package
Latest min add mermaid-ascii - Source archive SHA256
- 28c8b9a5…552a
- Spec hash
- 66af49c7…6133
- Target
- amd64/linux
- Needs network
- No
- Closed source
- No
What is mermaid-ascii?
Render Mermaid graphs inside your terminal
How to use this package
Quick install
Installs the package into the current environment for this session. Use --build or --runtime to persist it as a build-time or runtime dependency.
min add mermaid-ascii Declare as a task dependency in minimal.toml
Listing the package under tasks.<name>.packages makes it available inside that task’s sandbox.
[tasks.dev]
packages = ["mermaid-ascii"] Build-time vs runtime
Choose build-time for tools needed during compilation, runtime for dynamic libraries loaded at runtime.
min add --build mermaid-ascii
min add --runtime mermaid-ascii