Registry / devops / init-me-seed-rollup

init-me-seed-rollup

JSON →
library1.0.9jsnpmunverified

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-rollup
INSTALL
IMPORT
SIG · INIT-ME-SEED-ROLLU
I
init-me-seed-rollup
devopsjavascriptv1.0.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
n/a - this is a seed, not a library
import * from 'init-me-seed-rollup'
This package is not meant to be imported; it's a template for init-me. Common mistake: trying to import directly.
Seed
n/a - use via CLI: init-me seed-rollup
import { Seed } from 'init-me-seed-rollup'
Seed templates are used via the init-me CLI, not as importable modules.

Scaffold a new Rollup project using init-me and this seed template, then install dependencies and build.

npx init-me init-me-seed-rollup my-project cd my-project npm install npm run build
Debug
Known issues
gotchaThis package is a seed template, not a library. Do not install as a dependency in your project.
fix
Use npx init-me init-me-seed-rollup <project-name> to scaffold a new project.
affects: >=1.0.0
Errors
Common errors & fixes
Cannot find module 'init-me'
init-me is not installed globally.
fix
Run `npm install -g init-me` or use `npx init-me`.
Error: Missing template 'init-me-seed-rollup'
The seed might be misspelled or not installed.
fix
Ensure you have installed the seed: `npm install -g init-me-seed-rollup` or use `npx`.
Upgrade
Version history
1.0.9latest on npm
Audit
Dependencies
init-merequiredRequired to use this seed template
rolluprequiredRuntime dependency for generated projects
Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
init-me-seed-rollup — npm install init-me-seed-rollup · libregistry