Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support d2 diagrams #57

Closed
bugsbugsbux opened this issue Dec 17, 2022 · 1 comment · Fixed by #60
Closed

Support d2 diagrams #57

bugsbugsbux opened this issue Dec 17, 2022 · 1 comment · Fixed by #60
Labels
enhancement New feature or request

Comments

@bugsbugsbux
Copy link

Please support d2 diagrams!

To install d2 download the source archive https://github.com/terrastruct/d2/releases/tag/v0.1.1, then run make install inside the extracted folder.

Example script:

x -> y: hello world

compile like so: d2 file.d2 file.svg or cat file.d2 | d2 - 2>/dev/null >file.svg

You can find more examples at https://github.com/terrastruct/d2/tree/master/docs/examples.

kind regards

@LaurentRDC
Copy link
Owner

Thank you for the suggestion! I don't have much time to devote to this these days, but I'm happy to review pull requests.

@LaurentRDC LaurentRDC added the enhancement New feature or request label Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants