electric-squirrel
v1.0.2
Published
Default Squirrel.Windows event handler for your Electron apps.
Downloads
12
Maintainers
Readme
electric-squirrel
Default Squirrel.Windows event handler for your Electron apps. Forked from
mongodb-js
to support Electron1.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