- Create/update specification files
- Run
./generate.sh
- Udpate README.md to reflect your changes
- Create/update diagram files
- Run
./generate.sh diagrams
Note: Supported file types are
plantuml
,mermaid
andbpmn
. To add a file type (supported by Kroki), insertfind "$FOLDER" -name '*.<FILE_TYPE>' | process '<FILE_TYPE>'
at the bottom of ./generate.sh (replacing<FILE_TYPE>
) by your file type.
Note: Diagrams are generated in SVG format (supported for all file types by Kroki).
Warning: Do not use same file names for different langages otherwise their outputs will be overwritten. Example:
diag1.plantuml
anddiag1.mermaid
will both generatediag1.svg
.