json-xml-converter
v1.0.2
Published
A simple CLI to convert json file to xml file
Downloads
5
Maintainers
Readme
excel-json-converter
Simple CLI to convert json file to xml format.
Install
yarn add json-xml-converterUsages
With only one argument input, return xml data format:
json-xml-converter --input example.jsonWith two arguments input and output, return data .xml file:
json-xml-converter --input example.json --output example.xmlTo check the help section:
json-xml-converter --help