This package implements the notation provided in EventStorming.
The bootstrap may provide PlantUML artifacts like constants, procedures or style statements.
' loads the eventstorming bootstrap
include('eventstorming/bootstrap')
An additional include can be used to load all items in one shot.
' loads the bootstrap of `eventstorming` and all related items
include('eventstorming/full')
Finally, another include can be used to load the library's bootstrap, the package's bootstrap and all items' resources in one !include
statement.
Include remotely the resources:
' loads the library, the bootstrap of `eventstorming` and all related items
!include https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution/eventstorming/single.puml
Include locally the resources:
' configures the library
!global $INCLUSION_MODE="local"
' loads the library, the bootstrap of `eventstorming` and all related items
!include <the relative path to the /distribution directory>/eventstorming/single.puml
The package provides 1 modules.
- eventstorming/Element with 18 items
The package provides 4 examples.