JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2574
  • Score
    100M100P100Q116353F
  • License Apache-2.0

Environment-aware application settings — services and CLIs load configuration without custom plumbing.

Package Exports

  • @forwardimpact/libconfig

Readme

libconfig

Environment-aware application settings — services and CLIs load configuration without custom plumbing.

Getting Started

import { createConfig, createServiceConfig } from '@forwardimpact/libconfig';

const config = await createServiceConfig('myservice', { port: 3000 });