Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 354 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 354 Bytes

OpenFeature JavaScript Hooks

Hooks are a mechanism whereby application developers can add arbitrary behavior to flag evaluation. They operate similarly to middleware in many web frameworks. Please see the spec for more details.

Add a new hook

  1. npm ci
  2. npm run generator-hook