Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 420 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 420 Bytes

ssot-apply

Applies the single source of truth (ssot) to your process.env.

Installation

npm install --save ssot-apply

Usage

require('ssot-apply').config();
// Your process.env has been updated with SSOT settings from CLI, .env, and /config/*.json

require('ssot-apply').parsed;
// Returns the parsed SSOT without modifying your process.env