rspack-config-cli v1.0.0 is a CLI tool to generate, validate, and manage Rspack bundler configurations. It provides template-based generation (minimal, standard, advanced), validation, environment-aware settings, diff comparisons, and configuration modification via CLI commands. Designed as a lightweight alternative to manual configuration with zero runtime dependencies beyond commander and chalk. Released with active maintenance.
npm install rspack-config-cliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Global install and typical CLI workflow: init, validate, set, show, diff, and list templates.
Pin to exact version and review changelog before upgrading.
Use npx rspack-config init instead of npm install -g rspack-config-cli && rspack-config init.
Always use --output to specify a unique path, especially when experimenting.
Use --template standard instead of minimal.
Install with dependencies: npm install rspack-config-cli --save-dev
Upgrade to v1.1.0 or later, or use --template standard instead.
Use correct JSON syntax: rspack-config set settings.debug true (no quotes for boolean) or rspack-config set settings.logLevel "warn" (escape quotes or use single-quoted strings in shell).