Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shrilakshmishastry/cpustats
- Owner: shrilakshmishastry
- Created: 2020-01-19T04:04:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T01:38:56.000Z (over 1 year ago)
- Last Synced: 2023-03-07T20:05:37.454Z (over 1 year ago)
- Topics: golang, wails, wails-create-react-app
- Language: JavaScript
- Size: 8.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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.