Skip to content

rhysd/gitify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitify

travis cc-gpa cc-coverage

GitHub Notifications on your menu bar.

Gitify

Download

You can download Gitify from the releases page. Currently only supports OS X.

Prerequisites

Installation

npm install

Development

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 dist

Currently supports only OS X.

Tests

There are 3 types of tests: jest, jscs and jsxhint. To run the tests:

npm test

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 88.6%
  • CSS 10.7%
  • HTML 0.7%