C

next/13/app-router-recipe

How to Use
Run this codemod on your codebase using one of the following commands

The easiest way to run this codemod without installing anything globally:

Documentation

The App Router Recipe is a set of codemods that assist you with the pages-to-app migration process.

The recipe includes the following codemods:

  • next/13/replace-next-router
  • next/13/replace-next-head
  • next/13/remove-get-static-props
  • next/13/app-directory-boilerplate

Ready to contribute?

Build your own codemod and share it with the community.