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
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,25 @@ This repository contains codemods (automated migrations) for "userland" code. Th
12
12
13
13
To run the transform scripts use [`codemod`](https://go.codemod.com/github) command below:
14
14
15
-
```console
15
+
### From registry
16
+
17
+
With the codemod CLI you can run a workflow from the [Codemod Registry](https://codemod.link/nodejs-official). Replace `<recipe>` with the name of the recipe you want to run:
18
+
19
+
```bash
16
20
npx codemod @nodejs/<recipe>
17
21
```
18
22
23
+
### From source
24
+
25
+
With the codemod CLI you can run a workflow from a local file. First, clone this repository, then run the command below from your project directory:
0 commit comments