Registry / devops / rollup-config

rollup-config

JSON →
library1.0.1jsnpmunverified

rollup-config is a CLI tool that scaffolds Rollup configuration for JavaScript library development. Version 1.0.1 is the latest. It provides a quickstart template with build, watch, and test scripts. Differentiator: simple global installation and scaffolding, but minimal docs and no active maintenance signs. Alternative to manually setting up Rollup presets.

npm install rollup-config
INSTALL
IMPORT
SIG · ROLLUP-CONFIG
R
rollup-config
devopsjavascriptv1.0.1
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.

rollupConfig
import rollupConfig from 'rollup-config';
const rollupConfig = require('rollup-config');
Default export, but the package is a CLI tool; not typically imported directly.

Installs global CLI, scaffolds a Rollup project, and runs build.

npm install -g rollup-config roll init my-lib cd my-lib npm install npm run build
rollup-config --version
Debug
Known issues
gotchaPackage is a CLI tool, not a library to import. Trying to import 'rollup-config' in code will not work as expected.
fix
Use the `roll` command globally instead of importing.
affects: >=1.0.0
deprecatedNo updates since 2018; may not support modern Rollup versions.
fix
Consider using create-rollup or manual configuration.
affects: >=1.0.0
Errors
Common errors & fixes
Cannot find module 'rollup-config'
Attempting to import the package in code when it's a CLI tool.
fix
Install globally and use the `roll` command.
Upgrade
Version history
1.0.1latest on npm
Audit
Dependencies
rolluprequiredpeer dependency for Rollup bundler
Agent activity
7 hits · last 30 days
node
6
Resources
rollup-config — npm install rollup-config · libregistry