jgf2gml

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i jgf2gml

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • pdtyreus