Initial commit with working principals, architecture and diagram
This commit is contained in:
6
diagrams/render.sh
Normal file
6
diagrams/render.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
export MSYS_NO_PATHCONV=1
|
||||
|
||||
cd "$( dirname "${BASH_SOURCE[0]}" )"
|
||||
|
||||
docker run --rm -v $(pwd):/work -w /work plantuml/plantuml:latest -svg *.puml
|
||||
Reference in New Issue
Block a user