1.0.0 • Published 6 years ago

xdotjson-to-dot v1.0.0

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
6 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

6 years ago