What tool do y'all use to create your diagrams in ...
# guide
r
What tool do y'all use to create your diagrams in your guides?
j
These ones were with https://excalidraw.com
r
Good question, I was about to ask that the other day - I searched the chat and found 'cdk-dia' https://github.com/pistazie/cdk-dia
Using Linux:
Copy code
npm install cdk-dia
sudo apt install graphviz
npx cdk-dia --cdk-tree-path .build/cdk.out/tree.json -o diagram.drawio
xdg-open diagram.png
The eventbus sample demo produces:
r
wow
that's awesome!
t
I like Asciiflow if my diagram needs to be in a text only document. https://asciiflow.com/
r
I like to use Draw.io