1.0.2 • Published 2 years ago

json-xml-converter v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

excel-json-converter

Build Status

Simple CLI to convert json file to xml format.

Install

yarn add json-xml-converter

Usages

With only one argument input, return xml data format:

json-xml-converter --input example.json

With two arguments input and output, return data .xml file:

json-xml-converter --input example.json --output example.xml

To check the help section:

json-xml-converter --help