Skip to content

v0.0.5

Compare
Choose a tag to compare
@devgauravjatt devgauravjatt released this 08 Jun 01:54
· 20 commits to main since this release

Complete 🚀
Annotation 2025-06-08 073045

✨ feat(env): add support for multiple .env files

  • implemented support for updating multiple .env* files
  • added functionality to create a default .env file if none exist
  • improved handling of existing environment variables to avoid overwriting
  • enhanced error handling and logging for robustness
  • added glob package for file searching
  • updated documentation to reflect changes