Skip to content

Writing Custom Codemods

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 this wiki locally