Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jenslind/electron-gh-releases

:shipit: Electron auto-update by releasing on Github.
https://github.com/jenslind/electron-gh-releases

Last synced: about 2 months ago
JSON representation

:shipit: Electron auto-update by releasing on Github.

Awesome Lists containing this project

README

        

**Deprecated** - see [#28](https://github.com/jenslind/electron-gh-releases/issues/28) and [update.electronjs.org](https://update.electronjs.org)

# Electron-gh-releases [![Build Status](https://travis-ci.org/jenslind/electron-gh-releases.svg?branch=master)](https://travis-ci.org/jenslind/electron-gh-releases) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)
> Auto-update for electron apps using Github releases together with the built-in [auto-updater](https://github.com/atom/electron/blob/master/docs/api/auto-updater.md).

*Note:* In `2.x` there is now support for Windows.

## Install

```
npm install --save electron-gh-releases
```

## Usage

[Usage example and API docs](https://github.com/jenslind/electron-gh-releases/tree/master/docs/2.x)

## Tests

```
npm test
```

## License
MIT