{"id":25759,"library":"init-me-seed-rollup","title":"init-me-seed-rollup","description":"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.","status":"active","version":"1.0.9","language":"javascript","source_language":"en","source_url":null,"tags":["javascript","init-me","seed","init-me-seed-rollup","typescript"],"install":[{"cmd":"npm install init-me-seed-rollup","lang":"bash","label":"npm"},{"cmd":"yarn add init-me-seed-rollup","lang":"bash","label":"yarn"},{"cmd":"pnpm add init-me-seed-rollup","lang":"bash","label":"pnpm"}],"dependencies":[{"reason":"Required to use this seed template","package":"init-me","optional":false},{"reason":"Runtime dependency for generated projects","package":"rollup","optional":false}],"imports":[{"note":"This package is not meant to be imported; it's a template for init-me. Common mistake: trying to import directly.","wrong":"import * from 'init-me-seed-rollup'","symbol":"default","correct":"n/a - this is a seed, not a library"},{"note":"Seed templates are used via the init-me CLI, not as importable modules.","wrong":"import { Seed } from 'init-me-seed-rollup'","symbol":"Seed","correct":"n/a - use via CLI: init-me seed-rollup"}],"quickstart":{"code":"npx init-me init-me-seed-rollup my-project\ncd my-project\nnpm install\nnpm run build","lang":"javascript","description":"Scaffold a new Rollup project using init-me and this seed template, then install dependencies and build."},"warnings":[{"fix":"Use npx init-me init-me-seed-rollup <project-name> to scaffold a new project.","message":"This package is a seed template, not a library. Do not install as a dependency in your project.","severity":"gotcha","affected_versions":">=1.0.0"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Run `npm install -g init-me` or use `npx init-me`.","cause":"init-me is not installed globally.","error":"Cannot find module 'init-me'"},{"fix":"Ensure you have installed the seed: `npm install -g init-me-seed-rollup` or use `npx`.","cause":"The seed might be misspelled or not installed.","error":"Error: Missing template 'init-me-seed-rollup'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}