rollup-umd-scripts is a CLI tool for managing rollup-umd projects, providing commands for building, testing, and publishing UMD bundles with Rollup. Current stable version is 0.13.0. It is designed to work with the rollup-umd ecosystem and follows semantic versioning. Key differentiators include integration with rollup-umd's custom configuration and CI pipeline. However, the package appears to be enterprise-oriented and has limited adoption. Release cadence is not clearly specified; it seems to be in maintenance mode with no recent updates.
npm install rollup-umd-scriptsVerified import paths — ran on the pinned version, not inferred.
Shows basic CLI usage for building, testing, and publishing a rollup-umd project.
Update scripts to include '--config rollup.config.js' or use default config.
Use 'npm publish' directly or migrate to rollup-umd publish.
Use Node >=10 for full compatibility, especially for async command execution.
Refer to source code or rollup-umd monorepo for usage details.
Run 'npm install rollup-umd@latest --save-dev'
Use 'npx rollup-umd-scripts' or install globally: 'npm install -g rollup-umd-scripts'
Use named import: import { config } from 'rollup-umd-scripts/config'