From 092f27647701c30fa0cec70cff21ebf0506ac45a Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 20:23:59 +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..85bd801 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# dotenv-types + +A CLI tool that validates .env files against a schema and auto-generates TypeScript interfaces for type-safe environment variables. \ No newline at end of file