Generate UML class diagrams from your mu-cl-resources configuration
1.9K
Generates a UML diagram from your mu-cl-resources configuration by simple docker command.
Move into your mu-project and execute the following:
docker run \
--rm \
-v `pwd`/config/resources:/config \
-v `pwd`/tmp:/config/output/ \
madnificent/cl-resources-plantuml-generator
Once completed, behold the contents of the tmp folder.
In practice, most of the API space of an application is covered by mu-cl-resources. This component describes much of the semantic model and much of the domain the frontend can access. A clear overview of the available resources can help. This component makes it easy to srender a visual overview of the available resources.
This PoC allows us to see the value of UML diagrams for components we often use. The current vision is to extend this support to various other microservices and enrich the SVG so more in-depth information can be rendered interactively.
Content type
Image
Digest
sha256:af813d683…
Size
252 MB
Last updated
almost 3 years ago
docker pull madnificent/cl-resources-plantuml-generator