We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6881b1f commit c46f84fCopy full SHA for c46f84f
readme.md
@@ -8,12 +8,12 @@ Rewrite imports from ["barrel files"](https://www.google.com/search?q=barrel+fil
8
9
```bash
10
# rewrite imports in all .js and .mjs files in the path/to/files directory
11
-npx @openlayers/codemod replace-barrel-imports path/to/files
+npx @openlayers/codemod@latest replace-barrel-imports path/to/files
12
```
13
14
See additional options with the `help` command (or `--help` flag).
15
16
17
# see options for the command
18
-npx @openlayers/codemod help replace-barrel-imports
+npx @openlayers/codemod@latest help replace-barrel-imports
19
0 commit comments