https://github.com/timothygu/appveyor-watch
Watch AppVeyor builds.
https://github.com/timothygu/appveyor-watch
Last synced: 10 months ago
JSON representation
Watch AppVeyor builds.
- Host: GitHub
- URL: https://github.com/timothygu/appveyor-watch
- Owner: TimothyGu
- License: mit
- Created: 2015-02-11T03:54:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-12T00:32:38.000Z (over 11 years ago)
- Last Synced: 2025-03-30T18:33:07.979Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# AppVeyor Watch
Ever frustrated on how slow AppVeyor start-up is? I am too!
This app watches for a specific build, and automatically notifies you with
a desktop notification when a job started, failed, or if the build is
cancelled by the user.
No more constant browser refreshing! No more wasted time!
This is written with Node.js using Mikael Brevik's [node-notifier][1]. Enjoy!
[1]: https://github.com/mikaelbr/node-notifier
## Installation
```sh
$ npm install -g appveyor-watch
```
## How to Use
```sh
$ appveyor-watch [-b |-B ]
```
The process will enter an infinite loop, exiting only because:
1. you pressed Ctrl+C, or
2. the build terminated.
## Examples
```
$ appveyor-watch gruntjs/grunt
$ appveyor-watch -b master gruntjs/grunt
$ appveyor-watch -B 33 gruntjs/grunt
```