We need to create a library that can load environment variables from .env files. This will allow for easier configuration management across different environments.
Tasks
[x] Create a new library/module for handling .env files
[x] Implement core functionality to read and parse .env files
[x] Add support for different .env file formats (e.g. KEY=value, export KEY=value)
[x] Implement error handling for malformed .env files
We need to create a library that can load environment variables from .env files. This will allow for easier configuration management across different environments.
Tasks