Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abruzzi/graphviz-scripts

Some dot files for graphviz
https://github.com/abruzzi/graphviz-scripts

Last synced: 3 months ago
JSON representation

Some dot files for graphviz

Awesome Lists containing this project

README

        

### Graphviz dot scripts

Here are some `dot` scripts I'm using in recent months.

Simply grub them and run it in your local enviroment, you will need `graphviz` installed in your machine first.

```sh
$ dot -Tpng merge.dot -o merge.png
```