|
1 | 1 | <p align="center"> |
2 | | - <img width="1000" src="assets/github-banner.png" alt="CodeshiftCommunity Logo"> |
| 2 | + <img width="1000" src="assets/github-banner.png" alt="Hypermod Logo"> |
3 | 3 | </p> |
4 | 4 |
|
5 | 5 | # Hypermod Community |
@@ -36,30 +36,29 @@ The community-owned global registry and documentation hub for codemods. Providin |
36 | 36 |
|
37 | 37 | [The registry](https://www.codeshiftcommunity.com/docs/registry) contains all community contributed codemods, hosted and published directly from the CodeshiftCommunity repository. |
38 | 38 |
|
39 | | -Source for these packages are located in the [/community folder](https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/main/community). |
| 39 | +Source for these packages are located in the [/community folder](https://github.com/hypermod-io/hypermod-community/tree/main/community). |
40 | 40 |
|
41 | 41 | - [Registry homepage](https://www.codeshiftcommunity.com/docs/contribution) |
42 | 42 | - [Contributing to the registry](https://www.codeshiftcommunity.com/docs/contribution) |
43 | | -- [Registry source files](https://github.com/CodeshiftCommunity/CodeshiftCommunity/tree/main/community) |
| 43 | +- [Registry source files](https://github.com/hypermod-io/hypermod-community/tree/main/community) |
44 | 44 |
|
45 | | -## CLI |
| 45 | +## CLI |
46 | 46 |
|
47 | | -Downloading and running codemods as well as initialising and maintaining codemod packages can all be done via the Codeshift CLI (`@codeshift/cli`). |
| 47 | +Downloading and running codemods as well as initialising and maintaining codemod packages can all be done via the Hypermod CLI (`@hypermod/cli`). |
48 | 48 |
|
49 | 49 | [Please see the docs for more information and examples](https://www.codeshiftcommunity.com/docs/cli) |
50 | 50 |
|
51 | 51 | We recommend running the CLI with $ npx to ensure you always have the latest version. |
52 | 52 |
|
53 | | -`$ npx @codeshift/cli --packages mylib@1.0.0 /project/src` |
| 53 | +`$ npx @hypermod/cli --packages mylib@1.0.0 /project/src` |
54 | 54 |
|
55 | 55 | But it can also be installed globally: |
56 | 56 |
|
57 | | -`$ npm install -g @codeshift/cli or yarn global add @codeshift/cli` |
| 57 | +`$ npm install -g @hypermod/cli or yarn global add @hypermod/cli` |
58 | 58 |
|
59 | 59 | and run with: |
60 | 60 |
|
61 | | -`$ codeshift or $ codeshift-cli` |
62 | | - |
| 61 | +`$ hypermod or $ hypermod-cli` |
63 | 62 |
|
64 | 63 | ## Sponsors |
65 | 64 |
|
@@ -95,4 +94,3 @@ Huge thanks for all of the support from our sponsors! |
95 | 94 | alt="@PreciselyAlyss" |
96 | 95 | /></a> |
97 | 96 | </p> |
98 | | - |
0 commit comments