Skip to content

Commit 9c54c03

Browse files
authored
chore(deps): update create-toolkit to v2.2.3 (#302)
1 parent d7104b2 commit 9c54c03

4 files changed

Lines changed: 13 additions & 31 deletions

File tree

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ catalog:
2222
'@rspress/plugin-client-redirects': '^2.0.19'
2323
'@rspress/plugin-sitemap': '^2.0.19'
2424
'@rstack-dev/doc-ui': '1.14.7'
25-
'@rstackjs/create-toolkit': '2.2.2'
25+
'@rstackjs/create-toolkit': '2.2.3'
2626
'@rstackjs/load-config': ^0.1.2
2727
'@rstackjs/test-utils': ^0.2.0
2828
'@rstest/adapter-rsbuild': '~0.11.6'

website/docs/en/guide/quick-start.mdx

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -89,28 +89,19 @@ npx -y create-rstack@latest my-project -t app-react-ts --no-git
8989

9090
All CLI flags supported by `create-rstack`:
9191

92-
```
92+
```text wrapCode
9393
Usage: create-rstack [dir] [options]
9494
9595
Options:
96-
9796
-h, --help display help for command
9897
-d, --dir <dir> create project in specified directory
9998
-t, --template <tpl> specify the template to use
10099
--no-git skip Git repository initialization
101100
--override override files in target directory
102-
--packageName <name> specify the package name
101+
--package-name <name> specify the package name
103102
--template-version <ver> specify the npm template version
104103
105-
Available templates:
106-
107-
app-vanilla-js, app-vanilla-ts, app-react-js, app-react-ts,
108-
app-preact-js, app-preact-ts, app-vue-js, app-vue-ts,
109-
app-lit-js, app-lit-ts, app-svelte-js, app-svelte-ts,
110-
app-solid-js, app-solid-ts, lib-node-js, lib-node-ts,
111-
lib-react-js, lib-react-ts, lib-vue-js, lib-vue-ts,
112-
lib-svelte-js, lib-svelte-ts, lib-solid-js, lib-solid-ts,
113-
doc-basic, doc-i18n
104+
Available templates: app-vanilla-js, app-vanilla-ts, app-react-js, app-react-ts, app-preact-js, app-preact-ts, app-vue-js, app-vue-ts, app-lit-js, app-lit-ts, app-svelte-js, app-svelte-ts, app-solid-js, app-solid-ts, lib-node-js, lib-node-ts, lib-react-js, lib-react-ts, lib-vue-js, lib-vue-ts, lib-svelte-js, lib-svelte-ts, lib-solid-js, lib-solid-ts, doc-basic, doc-i18n
114105
```
115106

116107
## Install Rstack

website/docs/zh/guide/quick-start.mdx

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -89,28 +89,19 @@ npx -y create-rstack@latest my-project -t app-react-ts --no-git
8989

9090
`create-rstack` 支持的全部 CLI 选项如下:
9191

92-
```
92+
```text wrapCode
9393
Usage: create-rstack [dir] [options]
9494
9595
Options:
96-
9796
-h, --help display help for command
9897
-d, --dir <dir> create project in specified directory
9998
-t, --template <tpl> specify the template to use
10099
--no-git skip Git repository initialization
101100
--override override files in target directory
102-
--packageName <name> specify the package name
101+
--package-name <name> specify the package name
103102
--template-version <ver> specify the npm template version
104103
105-
Available templates:
106-
107-
app-vanilla-js, app-vanilla-ts, app-react-js, app-react-ts,
108-
app-preact-js, app-preact-ts, app-vue-js, app-vue-ts,
109-
app-lit-js, app-lit-ts, app-svelte-js, app-svelte-ts,
110-
app-solid-js, app-solid-ts, lib-node-js, lib-node-ts,
111-
lib-react-js, lib-react-ts, lib-vue-js, lib-vue-ts,
112-
lib-svelte-js, lib-svelte-ts, lib-solid-js, lib-solid-ts,
113-
doc-basic, doc-i18n
104+
Available templates: app-vanilla-js, app-vanilla-ts, app-react-js, app-react-ts, app-preact-js, app-preact-ts, app-vue-js, app-vue-ts, app-lit-js, app-lit-ts, app-svelte-js, app-svelte-ts, app-solid-js, app-solid-ts, lib-node-js, lib-node-ts, lib-react-js, lib-react-ts, lib-vue-js, lib-vue-ts, lib-svelte-js, lib-svelte-ts, lib-solid-js, lib-solid-ts, doc-basic, doc-i18n
114105
```
115106

116107
## 安装 Rstack \{#install-rstack}

0 commit comments

Comments
 (0)