Registry / devops / rollup-generator

rollup-generator

JSON →
library1.0.18jsnpmunverified

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-generator
INSTALL
IMPORT
SIG · ROLLUP-GENERATOR
R
rollup-generator
devopsjavascriptv1.0.18
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18223 runs
build_error
glibc
node 18223 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cli
npx rollup-generator
require('rollup-generator')
rollup-generator is a CLI tool, not a library. Use npx or global install, not require/import in code.

Shows how to install rollup-generator globally and scaffold a Rollup project with default or custom directory.

# Install globally npm i -g rollup-generator # Generate a new Rollup project rollup-go # Or specify project directory rollup-go init my-project # Enter project cd my-project # Install dependencies npm install # Build and watch npm start
rollup-generator --version
Debug
Known issues
deprecatedPackage appears unmaintained; last release was in 2019 or earlier.
fix
Consider using Rollup's official create-rollup-app or manually setting up Rollup via npm init.
affects: >=1.0.0
gotchaCLI generates a project with a fixed Rollup version that may be outdated.
fix
After generation, update Rollup in package.json to the latest version.
affects: >=1.0.0
Errors
Common errors & fixes
bash: rollup-go: command not found
Global install not working or not in PATH.
fix
Run `npm i -g rollup-generator` or use `npx rollup-go`.
Error: Cannot find module 'rollup-generator'
Attempting to require the package as a library in Node.js code.
fix
Use the CLI via command line: `rollup-go` or `npx rollup-generator`.
Upgrade
Version history
1.0.18latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
rollup-generator — npm install rollup-generator · libregistry