• Statsig/Replace Gate

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

    by@codemod
  • Remove Unused Feature Flags 2

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

    by@codemod
  • OpenFeature/Replace Feature Flag

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

    by@codemod
  • Netlify/Replace Feature Flag

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

    by@codemod
  • 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.

    by@codemod
  • Remove Unused Feature Flags

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

    by@codemod