JSPM

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

Load config

Package Exports

  • config-master

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

Readme

view on npm npm module downloads per month Dependency Status

work in progress

config-master

Merges together JSON data from the specified files, in the specified order. Design for app config management.

example

var storedConfig = loadConfig("~/.global-defaults.json", "project-specific-defaults.json", "package.json:config");