rhiokim / gitify

GitHub Notifications on your menu bar.

Home Page:http://www.gitify.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitify travis codecov slack

If you are looking for the mobile version - ekonstantinidis/gitify-mobile.

Gitify

Version 1.0.0 is now out!

Gitify finally reaches version 1.0.0. The app has been rewritten from scratch using React v15, Redux, Bootstrap 4 and more. This allows me to prepare the surface for more features (GitHub Enterprise etc). Unfortunately, due to a change in the auto-update package API, you will have to download the update manually. This is now fixed and you won't have to download any updates manually again. Finally the user settings will be reset with the new version. Hope you like it and feel free to give me some feedback!

Cheers,

Manos (ekonstantinidis)

Download

You can download Gitify for free from either the website www.gitify.io or from the GitHub repository releases page.

You can also install Gitify via Homebrew Cask

brew cask install gitify

Gitify currently only supports OS X.

Prerequisites

Installation

npm install

Development

First you will need to set the testing CLIENT_ID and CLIENT_SECRET in src/js/utils/constants.js file. You can use the development app credentials (use at your own discretion):

Client Id: 3fef4433a29c6ad8f22c
Client Secret Key: 9670de733096c15322183ff17ed0fc8704050379

To watch for changes in the src directory:

npm run watch

To run the actual electron app:

npm start

Distribution

To prepare the app for distribution run:

npm run package

To publish a new version, you also need to codesign the app running npm run codesign. Currently supports only OS X.

Tests

There are 2 linters for js & scss and unit tests with mocha.

// Run all tests
npm run test

// Run only unit tests
npm run mocha

// Run unit tests with coverage
npm run coverage

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request
  6. Make sure tests are passing

License

Gitify is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.

About

GitHub Notifications on your menu bar.

http://www.gitify.io/

License:MIT License


Languages

Language:JavaScript 92.1%Language:CSS 7.3%Language:HTML 0.5%Language:Shell 0.1%