https://github.com/maxigimenez/github-notify-desktop
Mac menu extension to follow the open issues of Github's repositories
https://github.com/maxigimenez/github-notify-desktop
Last synced: about 1 year ago
JSON representation
Mac menu extension to follow the open issues of Github's repositories
- Host: GitHub
- URL: https://github.com/maxigimenez/github-notify-desktop
- Owner: maxigimenez
- License: mit
- Created: 2015-04-26T17:01:39.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T08:47:20.000Z (almost 6 years ago)
- Last Synced: 2025-03-25T23:12:04.090Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 56.6 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
**No longer maintained**
# Github Notify for Mac
Same behavior as [github-notify](https://github.com/maxigimenez/github-notify) but now as menu on Mac OS.

## Install dependencies
```bash
npm install;
```
## Start the app
```bash
npm run start;
```
## Create .app
This will create `GithubNotify.app` which contain all the files of the app, you can copy that into your application folder and start using it!
```bash
npm run build;
```
## License
[MIT](LICENSE.md)