A seed template for the init-me scaffolding tool, specifically for creating Rollup-based projects. Version 1.0.9, released with low cadence. It provides a pre-configured Rollup setup for bundling JavaScript/TypeScript libraries, targeting Node.js >=14. Differentiators: integrates seamlessly with init-me for quick project generation, includes TypeScript support out of the box.
npm install init-me-seed-rollupNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Scaffold a new Rollup project using init-me and this seed template, then install dependencies and build.
Use npx init-me init-me-seed-rollup <project-name> to scaffold a new project.
Run `npm install -g init-me` or use `npx init-me`.
Ensure you have installed the seed: `npm install -g init-me-seed-rollup` or use `npx`.