yamltoxmljson
v0.0.6
Published
convert YAML to XML or JSON
Downloads
3
Readme
YAML to XML or JSON Converter
=======================================================
Installation
npm install -g yamltoxmljson
Usage
usage: yamltoxmljson ./config.json
config.json example
{
"supportedLocales": ["en", "de"],
"dest": "path/to/dest/locales",
"src": "path/to/src/locales",
"type": "xml" // default would be json
}