JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18
  • Score
    100M100P100Q43554F
  • License MIT

Simple config handling for app or module

Package Exports

  • @codeloop/conf

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 (@codeloop/conf) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@codeloop/conf

Simple config handling for app or module

Introduction

@codeloop/conf uses the following precedence order. Each item takes precedence over the item below it:

  • explicit call to set
  • argv
  • env
  • config files
  • key/value store
  • defaults