Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/electron/roller
🎵rollin on upstream 🎵
https://github.com/electron/roller
Last synced: 3 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 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T10:12:20.000Z (9 months ago)
- Last Synced: 2024-04-14T03:56:19.152Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 583 KB
- Stars: 4
- Watchers: 8
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![CircleCI](https://circleci.com/gh/electron/roller.svg?style=svg)](https://circleci.com/gh/electron/roller)
# 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.