Re: [ANN] New egg: dotenv
Rolando Abarca via Chicken-users <[email protected]> Sun, 28 Dec 2025 14:51:38 -0300
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <CADnrc4BEQrGf6LvraFTvt8LLJqQYxX7hBTrZ+=OaJokNED7-Ww@mail.gmail.com> |
very nice! I have an unpublished module that I've been testing with multiple internal projects, similar spirit, feel free to take/remove anything from it (there's a dependency to another unpublish AWS module, you can ignore that as well): https://gist.github.com/rolandoam/d86f2d8968527f6b46a03cac1b4f02e5 Best, Rolando On Sun, Dec 28, 2025 at 4:24 AM Masood Ahmed via Chicken-users < [email protected]> wrote: > Hello, > > I have created a new egg called 'dotenv' which provides a simple > (load-dotenv) function to load environment variables from .env files. > > I would like to request this egg be added to the official coop. > > Release-info: > https://raw.githubusercontent.com/masoodrb/dotenv/main/dotenv.release-info > <https://www.google.com/search?q=https://raw.githubusercontent.com/masoodrb/dotenv/main/dotenv.release-info> > Documentation: https://github.com/masoodrb/dotenv/blob/main/dotenv.wiki > <https://www.google.com/search?q=https://github.com/masoodrb/dotenv/blob/main/dotenv.wiki> > > Best regards, > Masood Ahmed >