DrMarkusVoss / pumla

pumla - systematic re-use of model elements described with PlantUML
GNU General Public License v3.0
102 stars 10 forks source link

Support for installation of local PlantUML library #23

Closed DrMarkusVoss closed 2 years ago

DrMarkusVoss commented 3 years ago

Is your feature request related to a problem? Please describe. currently, you can use a Plugin in an IDE for rendering the PlantUML images or dealing by hand with the installation and triggering of PlantUML to render the pumla diagrams.

Describe the solution you'd like it would be great if there is download (of compatible version) and installation (defined directory) support by pumla to install the PlantUML library in a way that it can be easily used (other feature request) and triggered directly by pumla.

DrMarkusVoss commented 2 years ago

Implemented. You can call "pumla installplantuml" to install a compatible PlantUML JAR file. You can call "pumla gendiagram " to generate e.g. a .png file for the given PlantUML or pumla source file.