Use case
Framework
Owner
- Launchdarkly To Openfeature Nodejs Update Imports- This Codemod helps to convert DevCycle Node.js SDK implementations to the OpenFeature Node.js SDK using the DevCycle Provider. It handles the first step of the conversion by updating the packages imports: 
- Devcycle To Openfeature Nodejs Workflow- This Codemod runs a series of DevCycle Codemods in a workflow to convert your Node.js project from using DevCycle's Node.js Server SDK to using OpenFeature's Node.js SDK with DevCycle's OpenFeature Provider. 
- Devcycle To Openfeature Nodejs Variable Transform- This Codemod changes DevCycle variable calls to openfeature flags: 
- Devcycle To Openfeature Nodejs User Context Transform- This Codemod updates the - DevCycleUserobject to an OpenFeature- EvaluationContextobject:
- Devcycle To Openfeature Nodejs Initialization Transform- This Codemod will transform the initialization of the DevCycle Node.js Server SDK to use OpenFeature Node.js SDK. 
- Devcycle To Openfeature Nodejs Update Imports- This Codemod helps to convert DevCycle Node.js SDK implementations to the OpenFeature Node.js SDK using the DevCycle Provider. It handles the first step of the conversion by updating the packages imports: 
- Devcycle/Replace Feature Flag- This codemod replaces DevCycle feature flags with a static value provided by the user. It replaces following SDK method calls: - variable,- variableValue,- useVariable,- useDVCVariable,- useVariableValue.- Codemod verified- Regularly tested and maintained by our engineers and codemod expert community by- @codemod 
- Devcycle/Launchdarkly To Devcycle- This codemod migrates project from Launchdarkly React SDK to DevCycle React SDK - Codemod verified- Regularly tested and maintained by our engineers and codemod expert community by- @codemod