packages/rspack-cli/README.md
Command-line interface for rspack.
pnpm add -D @rspack/cli
# or
npm install -D @rspack/cli
# or
yarn add -D @rspack/cli
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-server
If you try to use these commands without installing @rspack/dev-server, you will see a helpful error message with installation instructions.
See @rspack/test-tools for details.
See https://rspack.rs for details.
Rspack is MIT licensed.