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.