Skip to content

trevorgrayson/pointillism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.