Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/electron/roller

🎵rollin on upstream 🎵
https://github.com/electron/roller

Last synced: 3 months ago
JSON representation

🎵rollin on upstream 🎵

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.