dgml2dot is a simple command-line tool to convert DGML files to DOT files.
Compiled downloads are not available.
To clone and run this application, you'll need Git and .NET installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/btigi/dgml2dot
# Go into the repository
$ cd src
# Build the app
$ dotnet build
dgml2dot <dgmlFilePath> <dotFilePath>
e.g.
dgml2dot C:\input.dgml C:\output.dot
dgml2dot is licenced under the MIT license. Full licence details are available in license.md