@simbo/rollup-github-actions-config
v1.0.2
Published
A rollup configuration for building GitHub Actions written in TypeScript/ESM.
Downloads
15
Maintainers
Readme
Rollup GitHub Actions Config
📦
@simbo/rollup-github-actions-config
A rollup configuration for building GitHub Actions written in TypeScript/ESM.
Installation
Install @simbo/rollup-github-actions-config from the npm registry:
npm i -D @simbo/rollup-github-actions-configUsage
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.
