https://github.com/electron/roller
🎵rollin on upstream 🎵
https://github.com/electron/roller
Last synced: 5 months ago
JSON representation
🎵rollin on upstream 🎵
- Host: GitHub
- URL: https://github.com/electron/roller
- Owner: electron
- License: mit
- Created: 2018-08-13T20:07:10.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-06-17T21:16:46.000Z (6 months ago)
- Last Synced: 2025-07-26T22:24:59.171Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 722 KB
- Stars: 7
- Watchers: 8
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](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`. Updates to the organization's node orbs will be automatically
PRed into relevant repositories.