rsnext/packages/next-codemod
vercel-release-bot c7dbbd9a54 v14.2.0-canary.43
2024-03-25 23:22:56 +00:00
..
bin Add Next.js 14 codemods to CLI output. (#57552) 2023-10-27 02:18:20 +00:00
lib Add .yarn/install-state.gz to .gitignore (#56637) 2023-10-18 16:34:48 +00:00
transforms codemods: migrate viewport related metadata export to viewport export (#57436) 2023-10-25 16:02:14 -07:00
.gitignore Move next-codemod to Next.js monorepo (#15536) 2020-08-10 11:14:53 +02:00
license.md chore: update Copyright time from 2023 to 2024 (#60071) 2024-01-02 11:06:02 -08:00
package.json v14.2.0-canary.43 2024-03-25 23:22:56 +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.