dotenvious
v0.0.1
Published
This package is intended to be a drop-in replacement for `dotenv`, but adds the following features:
Maintainers
Readme
dotenv-file
This package is intended to be a drop-in replacement for dotenv, but adds the following features:
- Variable expansion with the
.envfile (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-devor
yarn add dotenv-file -D