A Yeoman generator that scaffolds Rollup configuration and package files, automating the setup of a project with Rollup as the bundler. Version 0.3.0 is the latest. This generator prompts for project details and creates a minimal config with basic plugins. Differentiates from manual setup by offering a quick CLI workflow. Released under MIT license with limited maintenance. Suitable for rapid prototyping but not actively developed; alternatives like create-react-app or custom templates may be more robust.
npm install generator-rollup-initVerified import paths — ran on the pinned version, not inferred.
Shows how to install the generator globally and scaffold a new Rollup project using Yeoman.
Use npm install -g generator-rollup-init
Consider manual Rollup setup or use a more modern tool like Vite.
Upgrade Node.js and npm to compatible versions.
Run in an empty directory or backup existing files.
Run: npm install -g yo
Run: npm install -g generator-rollup-init
Reinstall: npm install -g generator-rollup-init