dave-inc / pointillism

Hosted diagrams for your git repos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pointillism build status

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

Embedding DOT Graphs in Github

![pointillism.dot](https://pointillism.io/pointillism/pointillism/master/pointillism.dot.svg)

pointillism.dot

PlantUML is in Beta Testing!

beta PlantUML

Making a request

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

Makefile

This project's lifecycle (compile, test, server) is managed in its Makefile.

pointillism is open source.

Docker

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.

About

Hosted diagrams for your git repos.

License:GNU General Public License v3.0


Languages

Language:Python 56.3%Language:HTML 21.1%Language:JavaScript 18.2%Language:Makefile 2.6%Language:CSS 1.2%Language:Dockerfile 0.4%Language:Shell 0.2%