JSPM

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

LaunchQL environment management

Package Exports

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

Readme

@launchql/env

Environment management for LaunchQL projects. Provides unified configuration resolution from defaults, config files, environment variables, and overrides.

Features

  • Config file discovery using walkUp utility
  • Environment variable parsing
  • Unified merge hierarchy: defaults → config → env vars → overrides
  • TypeScript support with full type safety

Usage

import { getEnvOptions } from '@launchql/env';

const options = getEnvOptions(overrides, cwd);