yaml-intl-xml-json-converter

0.0.7 • Public • Published

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
}
 

YAML file example

---
en:
  secure: Secure
  amount: Amount

will write a JSON file like this:

en.json

{
  "secure": "Secure",
  "amount": "Amount"
}

Package Sidebar

Install

npm i yaml-intl-xml-json-converter

Weekly Downloads

0

Version

0.0.7

License

MIT

Last publish

Collaborators

  • aali