Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abruzzi/graphviz-scripts
- Owner: abruzzi
- Created: 2015-11-10T09:23:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T14:44:10.000Z (over 7 years ago)
- Last Synced: 2024-07-16T14:07:38.345Z (4 months ago)
- Language: Makefile
- Size: 19.5 KB
- Stars: 111
- Watchers: 6
- Forks: 43
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```