dgmlViewer is a standalone app to view DGML files.
Downloads are available as Github Releases
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/dgmlviewer
# Go into the repository
$ cd src
# Build the app
$ dotnet build
dgmlViewer is a command line application and should be run from a terminal session. Application usage is
dgmlViewer is licenced under the MIT license. Full license details are available in license.md
