2.0.0 • Published 6 years ago

dotenv-export v2.0.0

Weekly downloads
711
License
ISC
Repository
github
Last release
6 years ago

dotenv-export

Source & export .env into your shell. Adds export statements to each line of a dotenv .env file, for defining any variables therein in your shell.

Install

npm i -g dotenv-export

Use

source <(dotenv-export)

Or you can use a custom file name instead of the default .env, e.g., .env.test:

source <(dotenv-export .env.test)
2.0.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.5

7 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago