1.0.2 • Published 8 years ago

electric-squirrel v1.0.2

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
8 years ago

electric-squirrel

Default Squirrel.Windows event handler for your Electron apps. Forked from mongodb-js to support Electron 1.0.0+

Installation

npm i electric-squirrel

Usage

To handle the most common commands, such as managing desktop shortcuts, just add the following to the top of your main.js and you're good to go:

if(require('electric-squirrel')) return;

Read More

Handling Squirrel Events

Squirrel.Windows Commands

Why "electric-squirrel"?

To upload this package to npm, I cannot reuse electron-squirrel-startup, and need to create a new name. It should be memorable, and also be relevant. It's related to tying together the Squirrel packaging framework and Electron, so bazam: electric-squirrel

License

Apache 2.0