Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ catalog:
'@rspress/plugin-client-redirects': '^2.0.19'
'@rspress/plugin-sitemap': '^2.0.19'
'@rstack-dev/doc-ui': '1.14.7'
'@rstackjs/create-toolkit': '2.2.2'
'@rstackjs/create-toolkit': '2.2.3'
'@rstackjs/load-config': ^0.1.2
'@rstackjs/test-utils': ^0.2.0
'@rstest/adapter-rsbuild': '~0.11.6'
Expand Down
15 changes: 3 additions & 12 deletions website/docs/en/guide/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,28 +89,19 @@ npx -y create-rstack@latest my-project -t app-react-ts --no-git

All CLI flags supported by `create-rstack`:

```
```text wrapCode
Usage: create-rstack [dir] [options]

Options:

-h, --help display help for command
-d, --dir <dir> create project in specified directory
-t, --template <tpl> specify the template to use
--no-git skip Git repository initialization
--override override files in target directory
--packageName <name> specify the package name
--package-name <name> specify the package name
--template-version <ver> specify the npm template version

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
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
```

## Install Rstack
Expand Down
15 changes: 3 additions & 12 deletions website/docs/zh/guide/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,28 +89,19 @@ npx -y create-rstack@latest my-project -t app-react-ts --no-git

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

```
```text wrapCode
Usage: create-rstack [dir] [options]

Options:

-h, --help display help for command
-d, --dir <dir> create project in specified directory
-t, --template <tpl> specify the template to use
--no-git skip Git repository initialization
--override override files in target directory
--packageName <name> specify the package name
--package-name <name> specify the package name
--template-version <ver> specify the npm template version

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
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
```

## 安装 Rstack \{#install-rstack}
Expand Down