jgf2gml
v1.0.1
Published
Utility to convert JSON Graph Format to Graph Markup Language
Downloads
6
Readme
jgf2gml
Convert JSON Graph Format (JGF) files to Graph Modelling Language (GML)
jgf2gml
is a simple nodejs command line utility to convert a JSON Graph Format
file into Graph Modelling Language format.
Installation
npm install -g jgf2gml
Usage
$ jgf2gml -o output.gml input.json
Help
$ jgf2gml --help
Usage: jgf2gml [options] <input.json>
Convert a JSON Graph Format file to a Graph Modelling Language file.
Options:
-h, --help output usage information
-V, --version output the version number
-a, --appendId Append the node id to the node label
-o, --outFile <file> output .gml file