You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package checks if all the keys are available across all the .env files. This package is useful when you have multiple .env files and want to ensure all the keys are available across all the .env files.
9
+
This package checks if all the keys are available across all the .env files. This package is useful when you have
10
+
multiple .env files and want to ensure all the keys are available across all the .env files.
10
11
11
12
With a team of developers, it is possible that some developers might forget to add the keys they used in their .env file
12
13
to the .env.example file or the other way around.
@@ -17,6 +18,7 @@ to the .env.example file or the other way around.
17
18
-[Installation](#installation)
18
19
-[Usage](#usage)
19
20
-[To check if all the keys are available across all the .env files.](#to-check-if-all-the-keys-are-available-across-all-the-env-files)
21
+
- [Options](#options)
20
22
-[To check if the .env and other provided files are present in .gitignore.](#to-check-if-the-env-and-other-provided-files-are-present-in-gitignore)
21
23
-[In Test](#in-test)
22
24
-[To check if all the keys are available across all the .env files.](#to-check-if-all-the-keys-are-available-across-all-the-env-files-1)
0 commit comments