10 lines
418 B
Markdown
10 lines
418 B
Markdown
|
|
# `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).
|