# roller **Repository Path**: mirrors_electron/roller ## Basic Information - **Project Name**: roller - **Description**: 🎵rollin on upstream 🎵 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Test](https://github.com/electron/roller/actions/workflows/test.yml/badge.svg)](https://github.com/electron/roller/actions/workflows/test.yml) # Roller Roller is a service that automates the process of updating major dependencies in Electron.js ## Setup ```sh # Clone this repository git clone https://github.com/electron/roller.git # Go into the repository cd roller # Install dependencies npm install # Run the service npm start ``` ## Documentation This service has no user facing interfaces or commands. Updates to major dependencies including Node.js and Chromium will be automatically PRed as DEPS updates into `electron/electron`.