Roller is a minimal library bundler built on top of Rollup, designed for quick setup and zero configuration. It wraps Rollup's capabilities into a simple CLI command, targeting library authors who want to bundle TypeScript/JavaScript without complex configuration. Version 0.0.2 is in early development, with no stable release cadence. Unlike Rollup directly, Roller abstracts away configuration but offers limited customization. Key differentiator: simplicity over flexibility.
npm install roller-bundlerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install roller-bundler as dev dependency and run with npx to bundle with zero config. Expects source files in src/, outputs to dist/.
Use Rollup with rollup.config.js if you need plugins.
Update paths or use --output option if available (check docs).
Use import roller from 'roller-bundler' instead.
Install as dev dependency and use import syntax or set type: module in package.json.
Use roller() with parentheses after import.
Create either src/index.js or src/index.ts as your entry point.
No dependency data recorded yet.