New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@simbo/rollup-github-actions-config

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@simbo/rollup-github-actions-config

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

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
3
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

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-config

Usage

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.

License

MIT © Simon Lepel

Keywords

rollup

FAQs

Package last updated on 18 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts