这是一个使用WebSequenceDiagrams网络服务生成序列图的Bash脚本。

安装:


$ git clone webseqdiagram.git

$ cd webseqdiagram

$ ./INSTALL.sh

用法:


Usage: $PROG [options] input_file [output_file]

 -d|--dir 目标输出目录

 -s|--style 序列图样式,默认值为“rose”。

 -f|--format 输出文件格式,默认值为“png”

input_file 是输入的序列图文件,output_file 为生成的图像文件。