Files
interactive-env/README.md
2026-03-10 00:14:14 -05:00

418 B

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 for full usage and annotation syntax.

This project is licensed under the MIT License.