1.0.7 • Published 10 years ago

graphlib2dot v1.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

graphlib2dot

This command line tool can convert between a graphlib JSON document and a dot file.

Installation

Install it globally with npm

npm install -g graphlib2dot

Usage

Simply pipe your JSON document into the program:

cat graph.json | graphlib2dot

Or specify a file:

graphlib2dot -f graph.json

You can also convert in the other direction:

cat graph.dot | dot2graphlib
dot2graphlib -f graph.dot

You can create a JSON representation of your graphlib Graph via graphlib.json.write and deserialize them via graphlib.json.read. More info here.

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago