Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shrilakshmishastry/cpustats

This is a desktop application built to display cpu usage of my machine in real time.
https://github.com/shrilakshmishastry/cpustats

golang wails wails-create-react-app

Last synced: about 1 month ago
JSON representation

This is a desktop application built to display cpu usage of my machine in real time.

Awesome Lists containing this project

README

        

# cpustats

This is a desktop application built to display cpu usage of my machine in real time.

## Installation
Wails CLI can be installed with go get. After installation, you should set it up using wails setup command.

```bash
go get github.com/wailsapp/wails/cmd/wails
wails setup
```
Then to bootstrap the project with the name cpustats:
```bash
wails init
cd cpustats
```

## Usage
To test if it works run the following command:

```bash
wails serve
```
## Final Build and Run
```bash
wails build -d
./cpustats
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.