Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Latest commit

 

History

History
35 lines (22 loc) · 549 Bytes

File metadata and controls

35 lines (22 loc) · 549 Bytes

dynamic-config-loader

Hot-reload configuration from environment or vault

Features

  • Production-ready code
  • TypeScript/Python with full type safety
  • Comprehensive error handling

Installation

git clone https://github.com/Retsumdk/dynamic-config-loader.git
cd dynamic-config-loader
bun install

Usage

bun run src/index.ts --help

Configuration

Create config.json (TypeScript) or config.yaml (Python) for custom settings.

License

MIT License


Built by Retsumdk