dotenv.nim
dotenv.nim copied to clipboard
dotenv implementation for Nim. Loads environment variables from `.env`
Results
1
dotenv.nim issues
Sort by
recently updated
recently updated
newest added
Do you think that the examples should add import std/os, so that someone will know to import std/os otherwise it will not work? Just a suggestion