rsnext/packages/next-codemod
2022-03-17 12:51:26 -05:00
..
bin Update to latest babel versions (#28174) 2021-08-17 09:18:08 +02:00
lib Optimize offline condition judgment (#33238) 2022-02-02 10:17:29 -06:00
transforms Add experimental cra-to-next transform in codemod cli (#24969) 2021-06-09 16:51:56 +02:00
.gitignore Move next-codemod to Next.js monorepo (#15536) 2020-08-10 11:14:53 +02:00
license.md Update license year 2022-01-13 16:02:34 +01:00
package.json v12.1.1-canary.14 2022-03-17 12:51:26 -05: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.