Use case
Framework
Owner
- Use Client Added- This is a codemod created with - codemod init.
- @Nodejs/Correct Ts Specifiers- This package transforms import specifiers from the old - tsc(TypeScript's compiler) requirement of using- .jsfile extensions in source-code to import files that are actually typescript; the corrected specifiers enable source-code to be runnable by standards-compliant software like Node.js.
- O2h Migration- This is a codemod created with - codemod init.
- Expand Files Pattern- This is a codemod created with - codemod init.
- Liz/React Router/Headers Export- This is a codemod that automatically adds the required - headersexport to pages using- authenticate.admin().
- Liz/Remove Install Globals- This is a codemod created with - codemod init.
- Translate String- This is a codemod created with - codemod init.
- Test- This is a codemod created with - codemod init.
- React/19/Remove Forward Ref- React.forwardRef will be deprecated for Function Components in near future. This codemod removes forwardRef function. - Codemod verified- Regularly tested and maintained by our engineers and codemod expert community by- @codemod 
- Lodash/2/Es Toolkit/Migrate- This codemod automates the migration from Lodash library to es-toolkit package. 
- Pinia Colada 0 14 Migration Recipe- This codemod updates the usage of PiniaColada to ensure that the enabled and gcTime options are correctly placed under queryOptions. Previously, these options were directly passed as top-level properties, which is now deprecated. The codemod transforms these patterns into the new structure where enabled is nested under queryOptions. - Codemod verified- Regularly tested and maintained by our engineers and codemod expert community by- @codemod 
- 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: 
- Styled Components Transient Props Codemod- How to use?