Skip to content

Convert structurizr dsl to png using plantuml

Notifications You must be signed in to change notification settings

cshamrick/structurizr-to-png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

structurizr-to-png

Convert structurizr dsl to png using plantuml

Usage

Docker

docker run --rm -v "${PWD}":/workspace -w /workspace cshamrick/structurizr-to-png --workspace=workspace.dsl

Alias

alias structurizr-to-png='docker run --rm -v "${PWD}":/workspace -w /workspace cshamrick/structurizr-to-png'

Then:

structurizr-to-png --workspace=workspace.dsl