@likec4/generators
Advanced tools
Changelog
0.41.0 (2023-10-25)
diagrams: relationship kinds by @MoBoo (#342)
Docs
Relationship kinds allow you to express different types of relations in a model and customize styling.
Example:
specification {
relationship async {
color amber
line dotted
head diamond
}
}
model {
service1 -[async]-> service2
}
cli: new CLI and preview mode
Try this in folder with your *.c4
files
npx likec4 serve
Documentation is updating... 👷
cli: export to static website
npx likec4 build -o dist
cli: Scaffold projects with npm create likec4
(ef7cf93)
diagrams: dashed relationships by default (3593d71)
@MoBoo made their first contribution in #374
Changelog
0.36.0 (2023-09-12)