rsnext/packages/next-codemod
vercel-release-bot f2dfa1a92a v13.4.5-canary.9
2023-06-09 08:30:52 +00:00
..
bin chore: use includes replace indexOf (#48901) 2023-05-02 00:07:04 +00:00
lib fix: next-image-experimental codemod (#45970) 2023-02-17 01:36:09 +00:00
transforms [Docs] Update react docs link (#47891) 2023-04-04 11:56:03 -07:00
.gitignore Move next-codemod to Next.js monorepo (#15536) 2020-08-10 11:14:53 +02:00
license.md Update license year (#44403) 2023-01-01 11:12:49 +01:00
package.json v13.4.5-canary.9 2023-06-09 08:30:52 +00:00
README.md Add codemod documentation (#16067) 2020-08-11 15:12:00 +02:00
tsconfig.json Move next-codemod to Next.js monorepo (#15536) 2020-08-10 11:14:53 +02:00

Next.js Codemods

Next.js provides Codemod transformations to help upgrade your Next.js codebase when a feature is deprecated.

Codemods are transformations that run on your codebase programmatically. This allows for a large amount of changes to be applied without having to manually go through every file.

Documentation

Visit nextjs.org/docs/advanced-features/codemods to view the documentation for this package.