Reference
Introduction
Codemod Workflow Engine allows you to manage different migration tasks at various levels.
Below, you can find the different operations supported by the Workflow Engine API:
Git Operations
Perform repository operations such as clone, branch, commit, and push
File Operations
Perform file and directory operations such as iterating, copying, moving, and removing
Code Transformation
Perform code transformations with engines such as jscodeshift, ts-morph, and ast-grep
Command-Line Operations
Execute CLI commands over your working directories