1.0.1 • Published 9 years ago

jgf2gml v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

jgf2gml

Convert JSON Graph Format (JGF) files to Graph Modelling Language (GML)

MIT Licence NPM version Open Source Love

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