electron-single
v1.0.0
Published
Making your application a Single Instance Application
Downloads
4
Readme
electron-single
Instead of allowing multiple instances of your app to run, this will ensure that only a single instance of your app is running, and other instances signal this instance and exit.
Install
yarn add electron-single
Usage
const makeSingle = require('electron-single')
makeSingle(mainWindow)
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Author
electron-single © EGOIST, Released under the MIT License. Authored and maintained by EGOIST with help from contributors (list).
github.com/egoist · GitHub @EGOIST · Twitter @_egoistlily