A Golang-based modern diagram scripting language that turns text to diagrams
What does D2 look like? There is syntax highlighting with the editor plugins linked below. Rendered with the TALA layout engine. Quickstart The most convenient way to use D2 is to just run it as a CLI executable to produce SVGs from .d2 files. # First, install D2 curl -fsSL https://d2lang.com/install.sh | sh -s — echo ‘x […]