c4nord
Presentation
This package implements elements
and boundaries
coming from the C4 Model but with the Nord Theme flavor.
Usage
Bootstrap
The bootstrap may provide PlantUML artifacts like constants, procedures or style statements.
' loads the c4nord bootstrap
include('c4nord/bootstrap')
Full inclusion
An additional include can be used to load all items in one shot.
' loads the bootstrap of `c4nord` and all related items
include('c4nord/full')
Single inclusion
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 `c4nord` and all related items
!include https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution/c4nord/single.puml
Include locally the resources:
' configures the library
!global $INCLUSION_MODE="local"
' loads the library, the bootstrap of `c4nord` and all related items
!include <the relative path to the /distribution directory>/c4nord/single.puml
Modules
The package provides 0 modules.
Examples
The package provides 7 examples.