robindemourat / gexf-to-json

A nano cli tool to convert a gexf file to a json file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gexf-to-json

A nano cli tool to convert a gexf file to json.

Todo

Publish as an npm library usable as a global package.

Usage

git clone https://github.com/robindemourat/gexf-to-json
# then cd to the repo
# then copy the file you want to convert
node gexf-to-json --input path/to/input.gexf --output path/to/output.json

Optional parameters :

  • --indent : sets json indentation level (default 0)

Credits

About

A nano cli tool to convert a gexf file to a json file.


Languages

Language:JavaScript 100.0%