https://github.com/gitrust/docker-graphviz-dot
Makefile which uses a Docker container to generate graphviz graphs
https://github.com/gitrust/docker-graphviz-dot
docker graphviz graphviz-dot make makefile
Last synced: 6 days ago
JSON representation
Makefile which uses a Docker container to generate graphviz graphs
- Host: GitHub
- URL: https://github.com/gitrust/docker-graphviz-dot
- Owner: gitrust
- License: mit
- Created: 2019-01-24T14:45:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T15:03:16.000Z (almost 7 years ago)
- Last Synced: 2023-11-01T19:33:09.419Z (about 2 years ago)
- Topics: docker, graphviz, graphviz-dot, make, makefile
- Language: Makefile
- Size: 61.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
Makefile which uses a Docker container to generate graphviz graphs
# Usage
Build docker image
make build
Create graph
make graph
By calling `make graph` you would generate graphs for all `*.dot` files residing in current directory.
# Examples
make graph
make graph FORMAT=pdf
make graph FORMAT=png
make people.png
# References
- https://www.docker.com/
- https://graphviz.org/
- https://en.wikipedia.org/wiki/DOT_(graph_description_language)