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 8c66251 commit df67f34Copy full SHA for df67f34
website/docs/api/codeshift-cli.mdx
@@ -21,19 +21,15 @@ The cli allows you to run transforms either from the [community folder](https://
21
22
We recommend running the CLI with `$ npx` to ensure you always have the latest version.
23
24
-`$ npx codeshift --packages mylib@1.0.0 /project/src`
+`$ npx @codeshift/cli --packages mylib@1.0.0 /project/src`
25
26
-But it can also be installed normally:
27
-
28
-`$ npm install --save-dev @codeshift/cli` or `yarn add -D @codeshift/cli`
29
30
-Or globally:
+But it can also be installed globally:
31
32
`$ npm install -g @codeshift/cli` or `yarn global add @codeshift/cli`
33
34
and run with:
35
36
-`$ codeshift`
+`$ codeshift` or `$ codeshift-cli`
37
38
## Options
39
0 commit comments