This is a desktop application built to display cpu usage of my machine in real time.
Wails CLI can be installed with go get. After installation, you should set it up using wails setup command.
go get github.com/wailsapp/wails/cmd/wails
wails setup
Then to bootstrap the project with the name cpustats:
wails init
cd cpustats
To test if it works run the following command:
wails serve
wails build -d
./cpustats
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.