iameli / ym

Tiny go command line utility to convert JSON to YAML and back.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ym

Tiny go utility for converting YAML to JSON and vice vesa.

Usage

ym < yamlfile.yml

or

ym < jsonfile.json

That's it.

Credits

I wrote like six lines of code, so good for me I guess, but this is basically just a wrapper around ghodss/yaml.

About

Tiny go command line utility to convert JSON to YAML and back.

License:The Unlicense


Languages

Language:Go 84.3%Language:Makefile 15.7%