JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q45511F
  • License ISC

A module for loading configuration data from environment variables.

Package Exports

  • simple-app-config
  • simple-app-config/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (simple-app-config) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

env-var-config

A lightweight module for loading configuration data from environment variables and converting them into common data types.

This module helps with the following things are kind of a pain:

  • Writing boilerplate code for fetching environment variables and converting them to common data types
  • Managing configurations for different environments

Installation

Usage

Features

API