A

fastify/4/migration-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

This recipe is a set of codemods that will help migrate to Fastify 4.

The recipe includes the following codemods:

  • fastify/4/await-register-calls
  • fastify/4/expose-head-routes
  • fastify/4/remove-app-use
  • fastify/4/reply-raw-access
  • fastify/4/url-params-optional
  • fastify/4/wrap-routes-plugin

Ready to contribute?

Build your own codemod and share it with the community.