/gitlab-watcher

simple app for watching gitlab projects' issues, based on Electron

Primary LanguageJavaScriptMIT LicenseMIT

gitlab-watcher

simple app to watching and notify gitlab issues event, based on GitHub's Electron.


Install

  • Install electron
$ npm install electron-prebuilt -g
  • Clone repo
git clone git@github.com:lisposter/gitlab-watcher.git
  • Install deps
$ npm i
$ bower i
  • Launch
$ electron /path/to/repo

MIT © Leigh Zhu