Skip to content

reinkrul/kotlin-c4-plantuml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Prerequisites

Install Graphviz using Homebrew:

brew install graphviz

Why do I need this? This library uses PlantUML, which uses Graphviz a Python library which in turn uses dot, a native library.

Generating diagrams

Create a unit test (or something else that runs during your build), build the C4 model of your application using the Kotlin DSL and simply render it. See src/test/kotlin/nl/reinkrul/tools/c4plantuml/Example.kt for an example.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages