Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenslind/electron-gh-releases
:shipit: Electron auto-update by releasing on Github.
https://github.com/jenslind/electron-gh-releases
Last synced: 2 months ago
JSON representation
:shipit: Electron auto-update by releasing on Github.
- Host: GitHub
- URL: https://github.com/jenslind/electron-gh-releases
- Owner: jenslind
- License: mit
- Archived: true
- Created: 2015-05-08T20:02:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-08T23:20:45.000Z (over 5 years ago)
- Last Synced: 2024-10-31T18:00:00.780Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 225
- Watchers: 8
- Forks: 14
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-electron - electron-gh-release - Auto-update by releasing on GitHub. ![](https://img.shields.io/github/stars/jenslind/electron-gh-releases.svg?style=social&label=Star) (Library / Auto Updater/Release Server)
- awesome-electron-zh - electron-gh-release - Auto-update by releasing on GitHub. (Tools / For Electron)
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