0.0.6 • Published 11 years ago
yamltoxmljson v0.0.6
YAML to XML or JSON Converter
=======================================================
Installation
npm install -g yamltoxmljsonUsage
usage: yamltoxmljson ./config.jsonconfig.json example
{
"supportedLocales": ["en", "de"],
"dest": "path/to/dest/locales",
"src": "path/to/src/locales",
"type": "xml" // default would be json
}