0.1.0 • Published 8 years ago
kv-formats v0.1.0
kv-formats
Convert between KV formats
JavaScript
const kvFormats = require('kv-formats');
kvFormats.plist.stringify(
kvFormats.yaml.parse(yamlFile)
);
HTTP
curl -XPOST -d @./package.json "https://j4db2yxkwh.execute-api.us-east-1.amazonaws.com/production/convert?outputType=ini&inputType=json"
CLI
kv-formats -o toml ./package.json
Formats supported
json
yaml
toml
ini
querystring
plist
msgpack
License
AGPLv3
0.1.0
8 years ago