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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ API_KEY=top_secret_api_key
18
18
...
19
19
```
20
20
21
-
You can also make an`.env-cmdrc.json` file with the following format:
21
+
You can also make a`.env-cmdrc.json` file with the following format:
22
22
```jsonc
23
23
{
24
24
"development": {
@@ -73,6 +73,6 @@ A function which deploys environment variables from `.env` and `.env-cmdrc.json`
73
73
74
74
75
75
## Related Projects
76
-
[`env-cmd`](https://github.com/toddbluhm/env-cmd) - a simple node program for executing commands using an environment from an env file
76
+
[`env-cmd`](https://github.com/toddbluhm/env-cmd) - simple node program for executing commands using an environment from an env file
77
77
78
-
[`dotenv`](https://github.com/motdotla/dotenv) - a module that loads environment variables from a `.env` file into [`process.env`](https://nodejs.org/docs/latest/api/process.html#process_process_env)
78
+
[`dotenv`](https://github.com/motdotla/dotenv) - module that loads environment variables from a `.env` file into [`process.env`](https://nodejs.org/docs/latest/api/process.html#process_process_env)
0 commit comments