| Crates.io | json-2-yaml |
| lib.rs | json-2-yaml |
| version | 0.1.1 |
| created_at | 2025-12-18 07:34:49.868254+00 |
| updated_at | 2025-12-18 07:36:04.699405+00 |
| description | cli tool to convert json to yaml |
| homepage | |
| repository | https://github.com/nilsmartel/json-2-yaml |
| max_upload_size | |
| id | 1991903 |
| size | 10,381 |
cli to convert json to yaml
# at the root of the project
cargo install --path . --force
Convert JSON to YAML
Usage: json-2-yaml [OPTIONS] <INPUT>
Arguments:
<INPUT> Input JSON file
Options:
-o, --output <OUTPUT> Output YAML file (optional)
-h, --help Print help
-V, --version Print version