DOT file rendering/embedding as a Service. Be expressive in your documentation with diagrams.
Embedding DOT Graphs in Github

PlantUML is in Beta Testing!
pointillism.io
links mirror github urls. Replace the domain in your github hosted diagrams
to render in github, wikis, etc!
e.g. http://pointillism.io/{username}/{project}/{filepath}.{format}
will render that dotfile as a PNG.
github's token
parameter will also pass through if you put it in the query string
http://pointillism.io/{username}/{project}/{filepath}.{format}?token=XYZ
This project's lifecycle (compile
, test
, server
) is managed in its Makefile.
pointillism is open source.
Run this project yourself:
docker run -e GITHUB_TOKEN=xxx pointillism/pointillism
You may optionally add a HOST
env variable and change the github server that pointillism pulls files from.