Skip to content

Latest commit

 

History

History
 
 

providers

OpenFeature JavaScript Providers

Providers are responsible for performing flag evaluation. They provide an abstraction between the underlying flag management system and OpenFeature itself. This allows providers to be changed without requiring a major code refactor. Please see the spec for more details.

Add a new provider

  1. npm ci
  2. npm run generate-provider