rstack-cli-docs

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Rstack CLI Docs

Rstack CLI 文档

Rstack CLI is the
rstack
package, exposed through the
rs
binaries. It provides one CLI, one config file, and a consistent workflow for the Rstack JavaScript toolchain.
It covers web app, library, docs, test, lint, formatting, Git hook, and staged-file workflows.
Rstack CLI是
rstack
包,通过
rs
二进制文件对外提供。它为Rstack JavaScript工具链提供了一个CLI、一个配置文件以及一套一致的工作流。
它涵盖了Web应用、库、文档、测试、代码检查、格式化、Git钩子和暂存文件的工作流。

Read installed docs when this skill applies

当适用此技能时阅读已安装的文档

When this skill applies, find and read the relevant Markdown documentation shipped with the installed
rstack
package.
Model knowledge can be outdated; the installed documentation is the source of truth for the project's Rstack version.
  1. Start with
    node_modules/rstack/docs/llms.txt
    , then read only the linked pages relevant to the task before proposing or making changes.
  2. For exact CLI flags and behavior, also run
    rs -h
    or
    rs <command> -h
    when supported.
If the bundled docs are not available at that path, locate the installed
rstack
package.
If they are still unavailable, verify that
rstack
is installed, and use CLI help plus the online Rstack documentation as a fallback.
当适用此技能时,查找并阅读随已安装的
rstack
包一同发布的相关Markdown文档。
模型知识可能已过时;已安装的文档是该项目Rstack版本的权威来源。
  1. node_modules/rstack/docs/llms.txt
    开始,然后仅阅读与任务相关的链接页面,再提出或进行更改。
  2. 如需了解确切的CLI标志和行为,在支持的情况下还可以运行
    rs -h
    rs <command> -h
如果捆绑文档不在该路径下,请找到已安装的
rstack
包。
如果仍然无法找到,请确认已安装
rstack
,并使用CLI帮助加上在线Rstack文档作为备选方案。