All Projects → gtramontina → docker-diagrams

gtramontina / docker-diagrams

Licence: other
An image for https://github.com/mingrammer/diagrams

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-diagrams

Ascidia
A command-line utility for rendering technical diagrams from ASCII art
Stars: ✭ 80 (+321.05%)
Mutual labels:  diagrams
Nomnoml
Sassy 'UML' Diagrams for R
Stars: ✭ 173 (+810.53%)
Mutual labels:  diagrams
Javascripter
Helping junior developers navigate the complex world of software engineering without experiencing information overload.
Stars: ✭ 203 (+968.42%)
Mutual labels:  diagrams
Flowpoints.js
A developer-friendly library for creating flowcharts and diagrams.
Stars: ✭ 103 (+442.11%)
Mutual labels:  diagrams
Diagram Maker
A library to display an interactive editor for any graph-like data.
Stars: ✭ 2,086 (+10878.95%)
Mutual labels:  diagrams
Cloudskew
Create free cloud architecture diagrams
Stars: ✭ 183 (+863.16%)
Mutual labels:  diagrams
Suavemente
💃 an applicative functor that seamlessly talks to HTML inputs
Stars: ✭ 70 (+268.42%)
Mutual labels:  diagrams
Awesome-Retro-Docs
A curated collection of technical documentation for Arcades, Handhelds, Consoles, Computers and MCU’s.
Stars: ✭ 128 (+573.68%)
Mutual labels:  diagrams
C4 Builder
This is a documentation builder. You feed it .md and .puml and it exports a site, pdf, or a markdown with navigation.
Stars: ✭ 164 (+763.16%)
Mutual labels:  diagrams
Reaflow
🕸 Node-based Visualizations for React
Stars: ✭ 199 (+947.37%)
Mutual labels:  diagrams
Blazor.diagrams
A fully customizable and extensible all-purpose diagrams library for Blazor
Stars: ✭ 119 (+526.32%)
Mutual labels:  diagrams
Cellularautomata
a collection of cellular automata written in Haskell with Diagrams
Stars: ✭ 153 (+705.26%)
Mutual labels:  diagrams
Kubernetes Icons
[obsolete] Set of icons for Kubernetes diagrams, has been merged into official k8s repo!!
Stars: ✭ 194 (+921.05%)
Mutual labels:  diagrams
Asciitosvg
Create beautiful SVG renderings of ASCII diagrams.
Stars: ✭ 82 (+331.58%)
Mutual labels:  diagrams
E Commerce Db
Database schema for e-commerce (webstores) sites.
Stars: ✭ 245 (+1189.47%)
Mutual labels:  diagrams
Latexdiagrams
Latex Diagrams that I have generated/taken from internet.
Stars: ✭ 77 (+305.26%)
Mutual labels:  diagrams
Beautiful React Diagrams
💎 A collection of lightweight React components and hooks to build diagrams with ease 💎
Stars: ✭ 2,326 (+12142.11%)
Mutual labels:  diagrams
makeitpdf
A close-to-code documentation helper
Stars: ✭ 15 (-21.05%)
Mutual labels:  diagrams
Topology
A diagram (topology, UML) framework uses canvas and typescript. 一个轻量(100k左右)、功能丰富的绘图工具(微服务架构图、拓扑图、流程图、类图等UML图、脑图,动画、视频支持)。 【在线使用】:
Stars: ✭ 3,270 (+17110.53%)
Mutual labels:  diagrams
Sane tikz
Reconquer the canvas: beautiful Tikz figures without clunky Tikz code
Stars: ✭ 196 (+931.58%)
Mutual labels:  diagrams

Docker Tags Docker Latest Tag Build

Docker image for diagrams


Running:

$ cat <diagram-file>.py | docker run -i --rm -v $(pwd)/out:/out gtramontina/diagrams:<version>

The /out directory is where diagram will generate your PNGs.


Developing:

$ make build    # Builds a new image
$ make test     # Runs/tests the image
$ make push     # Pushes the image up
$ make clean    # Removes any generated artifacts
$ make clobber  # Removes artifacts and generated images

🐳

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].