/electrocute

See all electron-based applicatios that you have running

Primary LanguageJavaScript

Electrocute

Simple app that shows you how many resources your electron apps are costing you (Running apps).

DOWNLOAD (MAC)

Developing

# install dependencies
yarn install
# Run the server and app in development mode
yarn  dev

Building a binary

# Build the app and create a release in the /releases folder
yarn build