@ladjs/env

4.0.0 • Public • Published

@ladjs/env

build status code style styled with prettier made with lass license

Environment configuration loader for Lad

Table of Contents

Install

npm:

npm install @ladjs/env

Usage

const env = require('@ladjs/env')();

console.log(env);

Options

You can pass any option as you otherwise would normally to dotenv-extended.

Here is the default option argument, note that it supports a .env.test path for TEST and TESTING environments as specified through process.env.NODE_ENV.

const env = require('@ladjs/env')({
  encoding: 'utf8',
  silent: true,
  path: '.env',
  defaults: '.env.defaults',
  schema: '.env.schema',
  errorOnMissing: true,
  errorOnExtra: true,
  errorOnRegex: false,
  includeProcessEnv: true,
  assignToProcessEnv: true,
  overrideProcessEnv: false,
});

Contributors

Name Website
Nick Baugh http://niftylettuce.com/

License

MIT © Nick Baugh

Package Sidebar

Install

npm i @ladjs/env

Weekly Downloads

826

Version

4.0.0

License

MIT

Unpacked Size

5.97 kB

Total Files

4

Last publish

Collaborators

  • titanism
  • shadowgate15
  • niftylettuce
  • shaunwarman
  • spence-s