Skip to content

Commit

Permalink
Echo some version info about tplant
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhrmanator committed Feb 21, 2024
1 parent 94b6ebd commit 25e3e75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/generate_uml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Gets latest plantuml
rm -f plantuml.jar
wget --no-verbose https://downloads.sourceforge.net/project/plantuml/plantuml.jar
# echo the version
echo "PlantUML version: $(java -jar plantuml.jar -version)"
echo "tplant version: $(npx tplant --version)"
# Builds metamodel plantuml from TypeScript sources
npx tplant -i src/lib/famix/**/*.ts -o doc-metamodel/famix-typescript-model.puml
sed -i 's/@startuml/& metamodel/' doc-metamodel/famix-typescript-model.puml
Expand Down

0 comments on commit 25e3e75

Please sign in to comment.