xdotjson-convert
v1.0.2
Published
convert xdotjson format to dot
Downloads
1
Maintainers
Readme
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