Y

meteor/v3/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 meteor v3 from meteor 2.x .

The recipe includes the following codemods:

  • meteor/v3/add-await-to-async-webapp-methods
  • meteor/v3/update-react
  • meteor/v3/api-rename-express-migration
  • meteor/v3/call-async
  • meteor/v3/user-async
  • meteor/v3/fibers-to-async-promises
  • meteor/v3/removed-functions
  • meteor/v3/renamed-functions
  • meteor/v3/mongo-db-async-methods

Ready to contribute?

Build your own codemod and share it with the community.