A scaffolding tool that creates pre-configured projects with zero-config support for ES6+, TypeScript, Less/Sass/CSS Modules, Tailwind CSS, file-system routing, and bundling for web and plugins. Current stable version is 0.4.8. It simplifies project initialization by providing an out-of-the-box build setup, similar to create-react-app but more opinionated for Chinese developers (Chinese documentation). Primarily used via pnpm.
npm install create-bundlerVerified import paths — ran on the pinned version, not inferred.
Scaffold a new project with create-bundler, install dependencies, and start the development server.
Install pnpm globally: npm install -g pnpm
Use import syntax. If using CommonJS, stick to version <0.4.0.
Update imports to match the new API.
Consider using a translation tool or alternative scaffolding tool like create-vite.
Use pnpm create bundler or install globally: pnpm add -g create-bundler then run create-bundler
Change to import syntax or downgrade to version <0.4.0.
Install pnpm: npm install -g pnpm
Check the documentation: import { createBundler } from 'create-bundler' and call it correctly.No dependency data recorded yet.