@rspack-canary/cli
v2.0.0-canary-1e3ab086-20260221173815
Published
CLI for rspack
Readme
@rspack/cli
Command-line interface for rspack.
Installation
pnpm add -D @rspack/cli
# or
npm install -D @rspack/cli
# or
yarn add -D @rspack/cliRequired dependencies
The rspack dev and rspack preview commands require @rspack/dev-server to be installed as a peer dependency:
pnpm add -D @rspack/dev-server
# or
npm install -D @rspack/dev-server
# or
yarn add -D @rspack/dev-serverIf you try to use these commands without installing @rspack/dev-server, you will see a helpful error message with installation instructions.
Wasm test
See @rspack/test-tools for details.
Documentation
See https://rspack.rs for details.
License
Rspack is MIT licensed.
