JSPM

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

A module for loading configuration data from environment variables and configuration files.

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

simple-app-config

A simple module for setting up application configuration using environment variables and config files based on the environment.

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