Skip to content

pablopunk/healthi-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Healthi

Check your laptops's battery health.

Downloads Code Style


Download

macOS

You can download the latest release or install it with homebrew cask: brew install --cask 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