Plantuml-Libs now has a single file version of all of the templates

https://github.com/tmorin/plantuml-libs

Now has single file includes for all of the templates.

https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution/eventstorming/single.puml
@startuml

!include https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution/eventstorming/single.puml

' display elements
FacadeCommand('FacadeCommand')
Command('Command')
Result('Result')
Event('Event')
DomainEvent('DomainEvent')
IntegrationEvent('IntegrationEvent')
Query('Query')
ReadModel('ReadModel')
UserInterface('UserInterface')
Aggregate('Aggregate')
Service('Service')
Policy('Policy')
Saga('Saga')
Process('Process')
Timer('Timer')
Person('Person')
System('System')
Comment('Comment')

@enduml

This now works for all of the templates, have a look.

This is kind of ironic as earlier today Simon Brown posted about how complex using plantuml for architecture diagrams becomes.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s