The dotenv package in Deno has a cool feature where it checks the output example env (e.g. .env.example) and warns you if it is different from your current environment file (.env or whatever you are using), would be cool to add this!
Need to check for:
- .env.example
- {file}.example
this is not set in stone yet