Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Aug 18, 2024
1 parent 51f9041 commit 002e1ac
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

This repository contains the source code for the following libraries:

- [structurizr-client](structurizr-client)
- [structurizr-core](structurizr-core)
- [structurizr-dsl](structurizr-dsl)
- [structurizr-export](structurizr-export)
- [structurizr-import](structurizr-import)
- [structurizr-autolayout](structurizr-autolayout)
- [structurizr-inspection](structurizr-inspection)
- [structurizr-client](structurizr-client): JSON serialisation/deserialisation utilities, and clients for the cloud service/on-premises workspace/admin APIs.
- [structurizr-core](structurizr-core): The core library for creating a workspace with Java code.
- [structurizr-component](structurizr-component): A library to discover components from Java code.
- [structurizr-dsl](structurizr-dsl): A text-based DSL wrapper around Structurizr for Java.
- [structurizr-export](structurizr-export): Export models and views to external formats (e.g. PlantUML, Mermaid, etc).
- [structurizr-import](structurizr-import): Utilities to import diagrams and documentation into a Structurizr workspace.
- [structurizr-autolayout](structurizr-autolayout): Apply Graphviz automatic layout to views.
- [structurizr-inspection](structurizr-inspection): A Checkstyle inspired approach to verifying workspace content.

- [Documentation](https://docs.structurizr.com)
- [Changelog](changelog.md)

0 comments on commit 002e1ac

Please sign in to comment.