1.3.4 • Published 5 years ago

@youseedk/jss-dotenv v1.3.4

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
5 years ago

jss-dotenv

Standard and default environments filenames

  • .env
  • .env-default.env
  • .env.default (will be deprecated)

Load order

  1. system environments
  2. .env - If exists. Will not overwrite system environments.
  3. .env-default.env - If exists. Will not overwrite standard or system environments.

Installation

npm install @youseedk/jss-dotenv

Usage

import '@youseedk/jss-dotenv';
1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.0

5 years ago