Documentation for Simbo's Packages
    Preparing search index...

    Module @simbo/rollup-github-actions-config - v1.0.2

    Rollup GitHub Actions Config

    📦 @simbo/rollup-github-actions-config

    A rollup configuration for building GitHub Actions written in TypeScript/ESM.

    Install @simbo/rollup-github-actions-config from the npm registry:

    npm i -D @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.

    MIT © Simon Lepel

    Interfaces

    RollupGithubActionsConfigOptions

    Functions

    getConfig