Skip to content

Convert the xdotjson output format from Graphviz back to the dot file format.

Notifications You must be signed in to change notification settings

ethanwillis/xdotjson-to-dot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xdotjson-convert

Install

$ npm install -g xdotjson-convert

Convert your dot file to a json file and then back

$ dot -Txdot_json mygraph.dot > mygraph.json
$ cat mygraph.json | xdotjson-convert > mygraphconverted.dot

About

Convert the xdotjson output format from Graphviz back to the dot file format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages