rsnext/packages/next-codemod
2020-08-14 16:24:19 -04:00
..
bin Fix typos in @next/codemod CLI (#16042) 2020-08-10 15:09:47 +02:00
transforms Move next-codemod to Next.js monorepo (#15536) 2020-08-10 11:14:53 +02:00
.gitignore Move next-codemod to Next.js monorepo (#15536) 2020-08-10 11:14:53 +02:00
license.md Move next-codemod to Next.js monorepo (#15536) 2020-08-10 11:14:53 +02:00
package.json v9.5.3-canary.3 2020-08-14 16:24:19 -04: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.