Skip to content

Commit 7e793da

Browse files
committed
Add Related Projects to README
1 parent 66b1262 commit 7e793da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,9 @@ Deploy only the `API_KEY`, `SECRET`, and `GRAPHQL_ENDPOINT` environment variable
6060
``` bash
6161
deploy-env production API_KEY SECRET GRAPHQL_ENDPOINT
6262
```
63+
64+
65+
## Related Projects
66+
[`env-cmd`](https://github.com/toddbluhm/env-cmd) - a simple node program for executing commands using an environment from an env file
67+
68+
[`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)

0 commit comments

Comments
 (0)