An open API service indexing awesome lists of open source software.

https://github.com/genu/electrocute

See all electron-based applicatios that you have running
https://github.com/genu/electrocute

electron node task-manager

Last synced: 3 months ago
JSON representation

See all electron-based applicatios that you have running

Awesome Lists containing this project

README

          

# Electrocute

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

[DOWNLOAD](https://github.com/genu/electrocute/releases/download/v1.0.1/electrocute.dmg) (MAC)

## Developing

````bash
# install dependencies
yarn install
````

```bash
# Run the server and app in development mode
yarn dev
```

### Building a binary
``` bash
# Build the app and create a release in the /releases folder
yarn build