dotenv-export

2.0.0 • Public • Published

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)

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i dotenv-export

    Weekly Downloads

    119

    Version

    2.0.0

    License

    ISC

    Unpacked Size

    4.19 kB

    Total Files

    8

    Last publish

    Collaborators

    • adjohnson916
    • andersdjohnson