Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goliatone/dot-graph-builder
Create graph diagrams using javascript and render using graphviz
https://github.com/goliatone/dot-graph-builder
Last synced: 11 days ago
JSON representation
Create graph diagrams using javascript and render using graphviz
- Host: GitHub
- URL: https://github.com/goliatone/dot-graph-builder
- Owner: goliatone
- Created: 2019-01-21T01:11:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T21:31:37.000Z (about 3 years ago)
- Last Synced: 2024-10-11T09:08:35.210Z (27 days ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dot Graph Builder
Create graph diagrams using javascript and render using [graphviz](http://www.graphviz.org).
It contains a CLI utility to generate **.dot** files as well as output graphics in other formats such as **png** or **pdf**.
To get started:
```
$ npm i dot-graph-builder
```Install dependency on mac using Homebrew:
```
$ brew install graphviz
```**NOTE** I'm using this library to create class diagrams for Waterline models including their relationships.
## License
® License 2019 MIT by goliatone