rollup-package is a CLI tool for building and managing Rollup configurations, version 1.0.0. It provides a simplified interface for generating Rollup configs with common plugins and presets. The package is actively maintained with monthly releases. Key differentiators include automatic dependency resolution and built-in TypeScript support, reducing boilerplate compared to manual Rollup setup.
npm install rollup-packageNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generates a Rollup configuration with TypeScript and module resolution plugins using the createConfig helper.
Explicitly set output.format to 'cjs' or 'iife' if targeting CommonJS or browsers.
npm install rollup-package && ensure import path is correct