All Projects → lindt → docker_plantuml

lindt / docker_plantuml

Licence: MIT license
docker container for plantuml

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to docker plantuml

C4 Plantuml
C4-PlantUML combines the benefits of PlantUML and the C4 model for providing a simple way of describing and communicate software architectures
Stars: ✭ 3,522 (+8490.24%)
Mutual labels:  plantuml
typeorm-uml
Generate Entity Relationship diagrams for Typeorm powered projects.
Stars: ✭ 207 (+404.88%)
Mutual labels:  plantuml
PlantUml.Net
a .Net wrapper for PlantUml
Stars: ✭ 35 (-14.63%)
Mutual labels:  plantuml
Azure Plantuml
PlantUML sprites, macros, and other includes for Azure services
Stars: ✭ 247 (+502.44%)
Mutual labels:  plantuml
makeitpdf
A close-to-code documentation helper
Stars: ✭ 15 (-63.41%)
Mutual labels:  plantuml
IPlantUML
A Python package which defines a PlantUML cell magic for IPython.
Stars: ✭ 85 (+107.32%)
Mutual labels:  plantuml
Jekyll Spaceship
🚀 A Jekyll plugin to provide powerful supports for table, mathjax, plantuml, mermaid, emoji, video, audio, youtube, vimeo, dailymotion, soundcloud, spotify, etc.
Stars: ✭ 196 (+378.05%)
Mutual labels:  plantuml
PlantUml-Language-Service
PlantUml Language Service extension for Visual Studio 2017 and 2019
Stars: ✭ 24 (-41.46%)
Mutual labels:  plantuml
c4sharp
C4Sharp (C4S) is a .net library for building C4 Model diagrams.
Stars: ✭ 159 (+287.8%)
Mutual labels:  plantuml
swagger2puml
Generate Class Diagrams (UML) for Given Swagger Definition
Stars: ✭ 43 (+4.88%)
Mutual labels:  plantuml
Planter
Generate PlantUML ER diagram textual description from PostgreSQL tables
Stars: ✭ 251 (+512.2%)
Mutual labels:  plantuml
C4-PlantumlSkin
This library provides skinning to create C4 diagrams using PlantUml
Stars: ✭ 74 (+80.49%)
Mutual labels:  plantuml
plugins
Collection of builtin GNU TeXmacs plugins
Stars: ✭ 33 (-19.51%)
Mutual labels:  plantuml
Plantuml Icon Font Sprites
plantuml-font-icon-sprites
Stars: ✭ 242 (+490.24%)
Mutual labels:  plantuml
plantuml
No description or website provided.
Stars: ✭ 87 (+112.2%)
Mutual labels:  plantuml
Plantumlclassdiagramgenerator
This is a generator to create a class-diagram of PlantUML from the C# source code.
Stars: ✭ 213 (+419.51%)
Mutual labels:  plantuml
plantuml2mysql
This utility parses PlantUML class diagram and generates SQL DDL for MySQL
Stars: ✭ 110 (+168.29%)
Mutual labels:  plantuml
architecture-viewer
Visualize your PlantUML sequence diagrams as interactive architecture diagrams!
Stars: ✭ 57 (+39.02%)
Mutual labels:  plantuml
SysML-v2-Pilot-Implementation
Proof-of-concept pilot implementation of the SysML v2 textual notation and visualization
Stars: ✭ 55 (+34.15%)
Mutual labels:  plantuml
puml2code
PlantUML code generator
Stars: ✭ 66 (+60.98%)
Mutual labels:  plantuml

Docker pulls Latest Tag

docker_plantuml

Docker Container for PlantUML

Motivation

To use plantuml, it needs to be downloaded, java needs to be installed, graphviz needs to be installed, and these things need to be chained. This docker container does this for you. And allows you to pipe by default into plantuml, so it's neat for script usage.

Usage

cat test.uml | docker run --rm -i think/plantuml > test.svg

The default will output svg. If png output is wanted, call it like this:

cat test.uml | docker run --rm -i think/plantuml -tpng > test.png
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].