You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: community.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ These tools provide an alternative way to create a Structurizr compatible worksp
29
29
-[PyStructurizr](https://github.com/nielsvanspauwen/pystructurizr): A Python DSL inspired by Structurizr, intended for generating C4 diagrams.
30
30
-[buildzr](https://github.com/amirulmenjeni/buildzr): A Python DSL for authoring C4 architecture models.
31
31
-[Model](https://github.com/goadesign/model): Create your software architecture models and diagrams in Go.
32
+
-[Structurizr DSL Parser](https://gitlab.com/osechet/structurizr-parser): A comprehensive Go library for parsing, validating, and generating Structurizr DSL files.
32
33
33
34
## Rendering tools
34
35
@@ -42,6 +43,9 @@ A variety of other rendering tools are available that can be used to render diag
42
43
-[structurizr-md](https://github.com/vitalegi/structurizr-md): Structurizr to Markdown.
43
44
-[structurizr-to-png](https://github.com/extenda/structurizr-to-png): Create PNGs from Structurizr DSL files.
44
45
-[Structurizr Confluence CLI](https://github.com/arnaudroubinet/Structurizr-confluence): A high-performance command-line tool that exports Structurizr workspace documentation and Architecture Decision Records (ADRs) to Confluence Cloud.
46
+
-[structurizr-renderer](https://github.com/materna-se/structurizr-renderer): Support the rendering of Structurizr DSL views in Java using different rendering algorithms including the same as provided by the Structurizr UI.
47
+
-[structurizr-maven-plugin](https://github.com/materna-se/structurizr-maven-plugin): Support the rendering of Structurizr DSL views in Maven builds using different rendering algorithms including the same as provided by the Structurizr UI.
48
+
-[structurizr-asciidoctorj-extension](https://github.com/materna-se/structurizr-asciidoctorj-extension): Support the rendering of Structurizr DSL views in AsciiDoc using different rendering algorithms including the same as provided by the Structurizr UI.
0 commit comments