Crates.io | silos |
lib.rs | silos |
version | 0.1.2 |
source | src |
created_at | 2024-11-19 06:49:38.147329 |
updated_at | 2024-11-23 07:20:08.607206 |
description | YAML/JSON conversion cli tool |
homepage | |
repository | https://github.com/juanmilkah/silos |
max_upload_size | |
id | 1452966 |
size | 55,078 |
Silos is a lightweight command-line utility for converting between YAML and JSON file formats with ease.
cargo install silos
silos path/to/file.yaml --json [-o output.json]
silos path/to/file.json --yaml [-o output.yaml]
filepath
: Path to the input file (required)--json
, -j
: Convert to JSON format--yaml
, -y
: Convert to YAML format--output
, -o
: Optional output file path (prints to console if not specified)The GNU General Public License v3.0
Pull requests are welcome. For major changes, please open an issue first to discuss proposed modifications.