0.1.1 • Published 10 years ago

json-cli v0.1.1

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

json-cli

convert multipule file format to json, geojson via cli interface.

Install

npm install -g json-cli

Support

json

File format that support converting to json format.

  • tsv
  • csv
  • xml
  • xls
  • xlsx

geojson

File format that support converting to geojson format.

  • gpx
  • topojson
  • kml

Usage

json

For json format, you can simply enter

$ json-cli <file input> <file output>
// for example

$ json-cli ./sample/sample.csv ./dist/test.json

geojson

For converting to geojson format, just simply add a -g option in command.

$json-cli -g <file input> <file outpu>
// for example

$ json-cli ./sample/us-10m.topojson ./dist/test.geojson

See also

License

MIT @chilijung