Tag: codemod
skill
★ 24,025
Codemod Implementation Patterns and Workflow
A guide for implementing automated code transformations using AST-based patterns and utility functions. It provides a structured workflow for scaffolding, testing with fixtures, and applying efficient transformations like method renaming an…
tool
★ 75
Bulk code refactoring with apply_codemod
Perform efficient, regex-based bulk modifications across multiple files to replace repetitive manual edits. The tool supports dry runs, multiline patterns, and content filtering for precise refactoring of function signatures, imports, or de…