From 9d8bc49aba5b7751ece2563f3a1b551c7b030eb5 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 06:58:48 +0000 Subject: [PATCH] Initial commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a58eab9 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# config-convert-cli + +A CLI tool for bidirectional conversion between JSON, YAML, TOML, and ENV config formats with smart type inference, validation, flatten/unflatten operations, schema generation, and automatic shell completion support. \ No newline at end of file