• Stars
    star
    385
  • Rank 110,950 (Top 3 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

自定义的plantuml 样式

Plantuml的一个清凉主题

流程图

时序图

类图1

类图2

什么是 PlantUml

PlantUml是一个支持快速绘制的开源项目.其定义了一套完整的语言用于实现 UML 关系图的描述.并基于强大的 graphviz 图形渲染库进行 UML 图的生成.绘制的 UML 图还可以导出为图片,以及通用的矢量 SVG 格式文件.

如以下代码,可实现时序图

@startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response

Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
@enduml

时序图

可以使用常用的编辑器 vscode 或者 sublime 或者其他 IDE 工具继承 PlantUml

也可以使用在线的版本 https://www.planttext.com/

想了解更多 PlantUml 或者使用方法,可参考官网http://plantuml.com/zh/,上面详细的中英文说明

原C4模型主题不再支持,请使用官方标准库的示例