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
+5-7
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,11 @@ The community-owned global registry and documentation hub for codemods. Providin
14
14
15
15
## Features
16
16
17
-
🔭 Explore an extensive list of codemods [contributed by the community](https://www.codeshiftcommunity.com/docs/registry).
18
-
19
-
✨ [Create](https://www.codeshiftcommunity.com/docs/authoring), [test](https://www.codeshiftcommunity.com/docs/testing) and [publish](https://www.codeshiftcommunity.com/docs/consuming) codemods from anywhere.
17
+
🔭 Explore an extensive list of codemods [contributed by the community](https://www.hypermod.io/explore).
20
18
21
19
⚡️ Use our [helpers & testing utilities](https://www.codeshiftcommunity.com/docs/utils) to make writing codemods a breeze.
22
20
23
-
🧠 Up-skill your engineering team using our [guides & resources](https://www.codeshiftcommunity.com/docs/your-first-codemod).
21
+
🧠 Up-skill your engineering team using our [guides & resources](https://www.hypermod.io/docs/guides/your-first-codemod).
24
22
25
23
🎨 Perfect for [Design Systems & Monorepos](https://www.codeshiftcommunity.com/docs/monorepos).
26
24
@@ -36,7 +34,7 @@ The community-owned global registry and documentation hub for codemods. Providin
36
34
37
35
## Registry
38
36
39
-
[The registry](https://www.codeshiftcommunity.com/docs/registry) contains all communitycontributed codemods, hosted and published directly from the CodeshiftCommunity repository.
37
+
[The registry](https://www.codeshiftcommunity.com/docs/registry) contains all community-contributed codemods, hosted and published directly from the CodeshiftCommunity repository.
40
38
41
39
Source for these packages are located in the [/community folder](https://github.com/hypermod-io/hypermod-community/tree/main/community).
42
40
@@ -48,9 +46,9 @@ Source for these packages are located in the [/community folder](https://github.
48
46
49
47
Downloading and running codemods as well as initialising and maintaining codemod packages can all be done via the Hypermod CLI (`@hypermod/cli`).
50
48
51
-
[Please see the docs for more information and examples](https://www.codeshiftcommunity.com/docs/cli)
49
+
[Please see the docs for more information and examples](https://www.hypermod.io/docs/tools/cli)
52
50
53
-
We recommend running the CLI with $ npx to ensure you always have the latest version.
51
+
We recommend running the CLI with `$ npx` to ensure you always have the latest version.
0 commit comments