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-configVerified import paths — ran on the pinned version, not inferred.
Installs global CLI, scaffolds a Rollup project, and runs build.
Use the `roll` command globally instead of importing.
Consider using create-rollup or manual configuration.
Install globally and use the `roll` command.