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
Codemod Workflows are self-hostable automations designed for running large-scale code transformation jobs.
7
9
8
10
## Core Features
@@ -21,6 +23,10 @@ Codemod Workflows can be run using [Codemod CLI](/cli/cli-reference) or [Codemod
21
23
22
24
## Quick Start
23
25
26
+
<Frame>
27
+
<CLIDemo />
28
+
</Frame>
29
+
24
30
<Steps>
25
31
<Steptitle="Create a new codemod project">
26
32
```bash
@@ -273,24 +279,21 @@ my-workflow/
273
279
The folder—called a **workflow bundle**—is the root when you run `npx codemod@next workflow run ./my-workflow/`. `$CODEMOD_PATH` points here inside every task.
0 commit comments