Commit Graph

5 Commits

Author SHA1 Message Date
b7589ffa65 Adds MIT license to the repository
Introduces the MIT license to define usage, distribution, and liability terms for the project.

Provides clarity on software permissions and legal disclaimers.
2025-04-22 21:02:52 +00:00
f1cf029405 Adds example UML diagram for communication
Introduces a simple UML diagram illustrating communication
between two entities using PlantUML syntax. Provides a
basic example to support documentation or learning purposes.
2025-04-22 21:02:43 +00:00
00367490f9 Adds README for PlantUML devcontainer template
Introduces a README file detailing the setup and features of a PlantUML devcontainer template. Provides instructions for usage, technical details, folder structure, and an example diagram.

Enhances documentation for easier onboarding and reproducibility.
2025-04-22 21:02:37 +00:00
91f8150479 Adds dev container for PlantUML development
Introduces a development container configuration with Docker support.
Includes PlantUML VS Code extension and forwards port 8080 for local server access.

Facilitates a consistent development environment for PlantUML projects.
2025-04-22 21:02:28 +00:00
dbbdb7a1af Adds dev container setup with PlantUML support
Introduces a development container using an Ubuntu-based image.
Installs Java, Graphviz, and PlantUML for local diagram rendering.
Sets up a script to start the PlantUML server automatically in interactive sessions.
2025-04-22 21:02:19 +00:00