dotenvious

0.0.1 • Public • Published

dotenv-file

This package is intended to be a drop-in replacement for dotenv, but adds the following features:

  • Variable expansion with the .env file (e.g., MESSAGE=Hello, ${NAME})
  • Loading default variables from defaults file (e.g., .env.defaults)
  • Schema
  • CLI

Future features may include

  • Type conversion based upon schema.

Install

npm install dotenv-file --save-dev

or

yarn add dotenv-file -D

/dotenvious/

    Package Sidebar

    Install

    npm i dotenvious

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    25.7 kB

    Total Files

    17

    Last publish

    Collaborators

    • jeffspies