Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

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