Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 674 Bytes

File metadata and controls

35 lines (20 loc) · 674 Bytes

Introduction

dgml2dot is a simple command-line tool to convert DGML files to DOT files.

Download

Compiled downloads are not available.

Compiling

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

Usage

dgml2dot <dgmlFilePath> <dotFilePath>

e.g.

dgml2dot C:\input.dgml C:\output.dot

Licencing

dgml2dot is licenced under the MIT license. Full licence details are available in license.md