Streamline your JavaScript bundling workflow with the powerful Bundle.js CLI.
Optimized for speed with parallel processing and minimal configuration.
Automatically optimize chunks for faster load times and tree-shaking.
Auto-rebundle on source changes with zero config.
Install the CLI and run commands to bundle, minify, and optimize your JavaScript projects with ease.
npm install -g bundle-cli@latest
bundle init
Master the powerful command options for production builds and more.
Compile and bundle your project for production.
bundle build --minify --sourcemap
Start a development server with live reloading.
bundle dev --port 3000
Generate bundle size analysis and insights.
bundle analyze dist