📦
@simbo/rollup-github-actions-config
A rollup configuration for building GitHub Actions written in TypeScript/ESM.
Requires Node.js ^22.22.2 || ^24.15.0 || >=26.0.0.
Install @simbo/rollup-github-actions-config from the npm registry:
npm i -D rollup typescript @simbo/rollup-github-actions-config
Create a rollup.config.js file in your project root:
import { getConfig } from '@simbo/rollup-github-actions-config';
export default getConfig();
In your package.json, add a build script:
"build": "rollup -c"
For a complete API reference, see the documentation.