1.0.0 • Published 5 years ago

xdotjson-to-dot v1.0.0

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
5 years ago

xdotjson-to-dot

Install

$ npm install -g xdotjson-to-json

Convert your dot file to a json file and then back

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

5 years ago