Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 2.24 KB

README.md

File metadata and controls

64 lines (42 loc) · 2.24 KB

structurizr-macros

Maven Central Build Status Quality Gate Status Coverage Bugs Technical Debt

Macros (or procedures if you prefer) to make it more convenient to create Structurizr diagrams in a consistent manner.

Installation

Java

Java >= 8 and <= 12

brew tap AdoptOpenJDK/openjdk
brew cask install adoptopenjdk-12

Gradle

Add the dependency to build.gradle.kts

implementation("io.github.sapientpants:structurizr-macros:VERSION")

Maven

Add the dependency to pom.xml

<dependency>
    <groupId>io.github.sapientpants</groupId>
    <artifactId>structurizr-macros</artifactId>
    <version>VERSION</version>
</dependency>

Usage

Architecture Documentation

Rendering

Examples

See https://github.com/sapientpants/structurizr-macros-examples

License

MIT © Marc Tremblay