Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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