We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd2924 commit a9a2b2aCopy full SHA for a9a2b2a
Makefile
@@ -58,6 +58,13 @@ docs/config.png: docs/config.puml ## Generate an image with configuration graph
58
mv classes.png config.png && \
59
popd
60
61
+docs/config.svg: docs/config.puml ## Generate an image with configuration graph
62
+ pushd docs && \
63
+ java -jar ${PATH_TO_PLANTUML}/plantuml.jar --theme rose config.puml -tsvg && \
64
+ xmllint --format classes.svg > config.svg && \
65
+ rm classes.svg && \
66
+ popd
67
+
68
shellcheck: ## Run shellcheck
69
wget -qO- "https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.linux.x86_64.tar.xz" | tar -xJv \
70
shellcheck --version
0 commit comments