Sign inSign up

rbecheras/node-plantuml

By rbecheras

Updated over 9 years ago

node-plantuml installed with deps from node:alpine

Image
1

1.6K

rbecheras/node-plantuml repository overview

A lightweight PlantUML distribution

PlantUML is a great langage to create UML diagrams as code !

PlantUML home page: http://en.plantuml.com

This Docker image provides an alpine linux bundled with plantuml, ready to convert your .puml files into SVG, PNG or JPEG images.

Usage

$ inputFile="CustomerClassDiagram.puml"
$ outputFile="CustomerClassDiagram.svg"

$ docker run --rm -u ${UID} -v $(pwd):/data -w /data \
   rbecheras/node-plantuml \
   puml generate -s ${inputFile} -o ${outputFile}

Tag summary

Content type

Image

Digest

Size

391 MB

Last updated

over 9 years ago

docker pull rbecheras/node-plantuml