Zzhengxuyu

zhengxuyu/wagmi-v1-to-v2

Migrate wagmi React hooks from v1 to v2

transformationmigrationwagmireacthooksweb3ethereum
Public
0 executions

Run locally

npx codemod @zhengxuyu/wagmi-v1-to-v2

wagmi-v1-to-v2

Migrate wagmi React hooks from v1 to v2

Installation

bash

Usage

This codemod transforms tsx code by:

  • Converting var declarations to const/let
  • Removing debug statements
  • Modernizing syntax patterns

Development

bash

License

MIT

Before

This is one example from the codemod's test cases. The codemod may handle many more cases.

Ready to contribute?

Build your own codemod and share it with the community.