Skip to content

Commit

Permalink
#3 Document ENV_FILE usage to header
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Kirmas committed Oct 18, 2021
1 parent c12fc81 commit 16cc760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# arg-env

Node.js package to work with `.env` files in the same way as docker and docker-compose via `--env-file` or `"env_file"` in package.json
Node.js package to work with `.env` files in the same way as [docker](https://docs.docker.com/engine/reference/commandline/run/#options) and [docker-compose](https://docs.docker.com/compose/environment-variables/) via argument `--env-file=…` in CLI, `"env_file": […]` in package.json and environment variables `ENV_FILE_?=…`

[![build@ci](https://github.com/askirmas/arg-env/workflows/build/badge.svg)](https://github.com/askirmas/arg-env/actions)
[![codecov](https://codecov.io/gh/askirmas/arg-env/branch/main/graph/badge.svg?token=MGpavfql7g)](https://codecov.io/gh/askirmas/arg-env)
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
},
"author": "Andrii Kirmas <[email protected]>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/jest": "^27.0.1",
Expand Down

0 comments on commit 16cc760

Please sign in to comment.