Skip to content

Instantly share code, notes, and snippets.

@ryanvgates
Last active February 16, 2024 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanvgates/e6d82335c81953c7ee51fa3469c466a1 to your computer and use it in GitHub Desktop.
Save ryanvgates/e6d82335c81953c7ee51fa3469c466a1 to your computer and use it in GitHub Desktop.
Generate all PlantUML diagrams - Command
find . -type f -iname "*.puml" -exec echo "Generating plantuml diagram for {}" \; -exec plantuml {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment