Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 547 Bytes

File metadata and controls

26 lines (17 loc) · 547 Bytes

Quickstart

The simplest OpenDecree example — connect and read typed config values.

What it shows

  • ConfigClient with try/finally lifecycle
  • Type converters: Number, Boolean, String
  • set() for writing values

Run

cd examples
npm install
npx tsx quickstart/main.ts

Next

Learn more