Skip to content

Commit 9317464

Browse files
committed
docs: update package names in README and quick-start guide
1 parent adcad72 commit 9317464

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Kmi provides [Rspack](https://www.rspack.dev/) support and modern web developmen
2929
#### Create a project via command line
3030

3131
```sh [npm]
32-
npm init kmi@latest hello-kmi
32+
npm init @kmijs/kmi@latest hello-kmi
3333
```
3434

3535
* `hello-kmi` is your project name, please specify according to your actual needs

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Kmi 为 [UmiJS](https://umijs.org/) 提供 [Rspack](https://www.rspack.dev/) 支
2727
#### 通过命令行创建项目
2828

2929
```sh [npm]
30-
npm init kmi@latest hello-kmi
30+
npm init @kmijs/kmi@latest hello-kmi
3131
```
3232

3333
* `hello-kmi` is your project name, please specify according to your actual needs

docs/docs/guide/quick-start.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@ $ npm install -g pnpm
4747
::: code-group
4848

4949
```sh [pnpm]
50-
pnpm dlx create-kmi@latest hello-kmi
50+
pnpm dlx @kmijs/create-kmi@latest hello-kmi
5151
```
5252

5353
```sh [yarn]
54-
yarn create kmi hello-kmi
54+
yarn create @kmijs/kmi@latest hello-kmi
5555
```
5656

5757
```sh [npm]
58-
npm init kmi@latest hello-kmi
58+
npm init @kmijs/kmi@latest hello-kmi hello-kmi
5959
```
6060

6161
```sh [bun]
62-
bun create kmi@latest hello-kmi
62+
bun create @kmijs/kmi@latest hello-kmi
6363
```
6464
:::
6565

packages/create-kmi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "create-kmi",
2+
"name": "@kmijs/create-kmi",
33
"version": "0.0.3",
44
"description": "create-kmi",
55
"keywords": [],

0 commit comments

Comments
 (0)