You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dan D'Avella edited this page Aug 26, 2024
·
4 revisions
The codemodder framework provides a means for writing custom codemods. This document describes the process in order to enable to you get started with developing your own codemods.
First Steps
We recommend starting with the cookiecutter template for developing custom Codemodder codemods. Clone the linked repository and follow the instructions to set up a new custom plugin project.