3 releases

0.1.2 Oct 25, 2023
0.1.1 Oct 18, 2023
0.1.0 Sep 13, 2023

#2812 in Command line utilities

29 downloads per month

MIT license

20KB
484 lines

x2y

Transcode data-serialization files from x to y.

How it works

You have some file(s) in a particular data-serialization language and you want them in a different language.

Converting all files that match the input format in a directory

> x2y -x yaml -y json .

Any files that are in the current working directory that have a yaml format are converted to json format.

Converting a single file

> x2y -y yaml config.json

When a single file is specified, the option for the input format is no longer necessary as it is taken from the input file.

Supported file formats

  • Yaml
  • Json
  • Toml

Installation

From source if you have rust and cargo installed

> cargo install --locked x2y

Dependencies

~6–8.5MB
~159K SLoC