0.0.7 • Published 10 years ago
yaml-intl-xml-json-converter v0.0.7
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
}YAML file example
---
en:
secure: Secure
amount: Amountwill write a JSON file like this:
en.json
{
"secure": "Secure",
"amount": "Amount"
}0.0.7
10 years ago