Codemod Registry
Explore community-led codemods to migrate, optimize, and transform your codebase.
Ready to contribute?
Build your own codemod and share it with the community.
Explore community-led codemods to migrate, optimize, and transform your codebase.
Build your own codemod and share it with the community.
Explore community-led codemods to migrate, optimize, and transform your codebase.
Migrate Cypress end-to-end tests to Playwright. Transforms test structure, selectors, actions, assertions, and navigation commands.
Migrate ESLint configuration from v8 to v9 flat config format
Transform CSS-IN-JS styled components to Sentry Flex Layout components
Handle DEP0100 via transforming `process.assert` to `node:assert`.
Handle DEP0059 via transforming `log.util()` to `console.log()`.
Handle DEP0138 via transforming `process.mainModule` to `require.main`.
Handle DEP0185: Instantiating node:repl classes without new
Handle DEP0030 via transforming SlowBuffer usage to Buffer.allocUnsafeSlow().
Handle DEP0081 via transforming `truncate` to `ftruncateSync` when using a file descriptor.
Handle DEP0093 via transforming `crypto.fips` to `crypto.getFips()` and `crypto.setFips()`
Handle DEP0010 via transforming `crypto.createCredentials` to `tls.createSecureContext`
Handle DEP0147 via transforming `fs.rmdir` to `fs.rm`
Build your own codemod and share it with the community.