Skip to content
Simple app to check your laptop's battery health.
Branch: master
Clone or download
Latest commit a0500c0 Jan 23, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
res Icon on readme Jan 21, 2019
src Bring icon back Jan 23, 2019
.gitignore Icon on readme Jan 21, 2019
.npmrc New healthi Jan 16, 2019
.travis.yml New healthi Jan 16, 2019
package.json 4.0.1 Jan 23, 2019
readme.md Icon on readme Jan 21, 2019

readme.md

Healthi

Check your laptops's battery health.

Downloads Build Status Code Style


Download

macOS

You can download the latest release or install it with homebrew cask: brew cask install healthi.

Linux

If you're on Debian you can download a .deb file from the latest release.

If you want other packages to be available open a pull request to include it. The targets are inside package.json > build > linux > target.

Develop

npm install
npm run dev  # Start app and watch for changes
npm test

Build

macOS/Debian

npm run icns # generate icons from res/icon.svg (requires inkscape)
npm run dist # build app into dist/ folder

Contribute

You can open an issue to report any bug or improvement.

Also, you could fix/improve it yourself:

  1. You can either have an idea to improve the app or search for an issue
  2. Fork the repo
  3. Code your changes and try them npm start
  4. Run the tests npm test
  5. Submit your pull request

Author

© 2019 Pablo Varela

Special thanks to the contributors

You can’t perform that action at this time.