A CLI tool to quickly scaffold a Rollup project with minimal configuration. It generates a basic Rollup setup including entry file, output configuration, and package.json. The tool supports custom input/output file names, output formats (e.g., iife, umd), global module names, and source map options. Ideal for developers who want to avoid repetitive setup when starting new Rollup-based libraries or bundles. Version 1.0.18 is the latest stable release. The package has low activity and may not be actively maintained. It is a niche alternative to using Rollup's own init or templates like create-rollup-app.
npm install rollup-generatorVerified import paths — ran on the pinned version, not inferred.
Shows how to install rollup-generator globally and scaffold a Rollup project with default or custom directory.
Consider using Rollup's official create-rollup-app or manually setting up Rollup via npm init.
After generation, update Rollup in package.json to the latest version.
Run `npm i -g rollup-generator` or use `npx rollup-go`.
Use the CLI via command line: `rollup-go` or `npx rollup-generator`.
No dependency data recorded yet.