Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotenv - Template #208

Open
xmonader opened this issue Jul 7, 2024 · 0 comments
Open

dotenv - Template #208

xmonader opened this issue Jul 7, 2024 · 0 comments
Labels
task New task

Comments

@xmonader
Copy link
Member

xmonader commented Jul 7, 2024

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

  1. Create a new library/module for handling .env files
  2. Implement core functionality to read and parse .env files
  3. Add support for different .env file formats (e.g. KEY=value, export KEY=value)
  4. Implement error handling for malformed .env files
  5. Create documentation with usage examples
  6. Write unit tests to ensure proper functionality

Examples for inspiration

https://github.com/joho/godotenv
https://www.npmjs.com/package/dotenv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task New task
Projects
None yet
Development

No branches or pull requests

2 participants