Big bang
This commit is contained in:
9
README.md
Normal file
9
README.md
Normal 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).
|
||||
Reference in New Issue
Block a user