0.0.1 • Published 3 years ago

dotenvious v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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