A Rollup plugin that executes shell commands sequentially after the bundle is generated. Version 1.1.1 is stable with no recent releases; it accepts a command string or array of commands and runs them in order using child_process.execSync. Lightweight and zero-dependency, ideal for post-build tasks like copying files or opening a browser. Alternative to rollup-plugin-shell, but simpler with no cross-platform handling.
npm install rollup-plugin-executeVerified import paths — ran on the pinned version, not inferred.
Minimal Rollup config that writes a status file after bundle generation using execute().
Keep commands quick to avoid slowing down the build; consider async alternatives for long tasks.
Use import statement or set type: 'module' in package.json.
No dependency data recorded yet.