Skip to content

Instantly share code, notes, and snippets.

@ilyar
Created September 3, 2022 19:47
Show Gist options
  • Save ilyar/4b9aa1b787be5bb7f9b5ff9dfa95ad0c to your computer and use it in GitHub Desktop.
Save ilyar/4b9aa1b787be5bb7f9b5ff9dfa95ad0c to your computer and use it in GitHub Desktop.
@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/v9.4.4/distribution"
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('domainstorytelling/bootstrap')
include('domainstorytelling/Actor/User')
include('fontawesome-6/Solid/Ticket')
include('fontawesome-6/Solid/Film')
include('fontawesome-6/Solid/Burger')
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment