Registry / devops / rollup-scripts-utils

rollup-scripts-utils

JSON →
library0.1.1jsnpmunverified

Utility package supporting rollup-scripts and rollup-boilerplate. Version 0.1.1. Provides shared helper functions, configuration presets, and build tooling for Rollup-based projects. Designed to reduce boilerplate when using rollup-scripts. Ships TypeScript types. Release cadence is low; mainly maintenance updates.

devops
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.

ESM import for creating Rollup configurations.

import { createConfig } from 'rollup-scripts-utils'

Package is ESM-only; require() will fail without dynamic import.

import { resolvePath } from 'rollup-scripts-utils'

Default export bundles all utilities.

import RollupScriptsUtils from 'rollup-scripts-utils'

Shows basic usage of createConfig and resolvePath from rollup-scripts-utils.

import { createConfig, resolvePath } from 'rollup-scripts-utils'; // Example usage const config = createConfig({ input: 'src/index.ts', output: { dir: 'dist', format: 'esm' }, }); const resolved = resolvePath('src/components'); console.log(resolved);
Debug
Known footguns
gotchaPackage is ESM-only; CommonJS require() will not work.
deprecatedSome functions may be deprecated in future in favor of rollup-plugin-* packages.
gotchaTypeScript types may not be fully up to date with latest APIs.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources