dot-graph-builder

Graph builder using graphviz

Usage no npm install needed!

<script type="module">
  import dotGraphBuilder from 'https://cdn.skypack.dev/dot-graph-builder';
</script>

README

Dot Graph Builder

Create graph diagrams using javascript and render using graphviz.

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

NOTE I'm using this library to create class diagrams for Waterline models including their relationships.

License

® License 2019 MIT by goliatone