• Statsig/Replace Gate

    This codemod replaces Statsig gates with a static value provided by the user. Codemod replaces following SDK calls checkGate, useGate;

  • Remove Unused Feature Flags 2

    This experimental codemod replaces function calls in a form of await functionName(), based on the following arguments:

  • OpenFeature/Replace Feature Flag

    This codemod replaces openFeature compatible feature flags with a static value provided by the user.

  • Netlify/Replace Feature Flag

    This codemod replaces feature flags with a static value provided by the user. Codemod replaces useFlag hook calls.

  • 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.

  • Remove Unused Feature Flags

    This experimental codemod replaces function calls in a for of await functionName(featureFlagName), where: