This commit is contained in:
2026-03-10 00:14:14 -05:00
commit 78ca7b4d8b
25 changed files with 1801 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# `interactive-env`
Interactively generate a `.env` file from a `.env.example` template.
It is implemented as a portable bash script. Variables are annotated with structured comments (`@type`, `@required`) to drive prompts, validation, and type-specific input (booleans, enums, secrets, etc.).
See [`HELP`](./HELP) for full usage and annotation syntax.
This project is licensed under the [MIT License](./LICENSE).