PowerShell Module to create Mermaid diagrams.
Create a component.
New-MermaidC4Component [-Key] <String> [-Name] <String> [[-Technology] <String>] [[-Description] <String>]
[<CommonParameters>]
Create a component for a C4 diagram. It can be edited and referenced.
PS C:\>
The identifier of the component.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The component name.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
The component technology / implementation.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Describes the component.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
https://abbgrade.github.io/PsMermaidTools/docs/New-MermaidC4Component.html
https://mermaid.js.org/syntax/c4c.html#c4-component-diagram-c4component