Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chamerling/gitlab-notifier
Follow your gitlab activity on your desktop, powered by Electron, rxjs and Vue
https://github.com/chamerling/gitlab-notifier
electron gitlab gitlab-notifier rxjs vue vuejs vuex
Last synced: 15 days ago
JSON representation
Follow your gitlab activity on your desktop, powered by Electron, rxjs and Vue
- Host: GitHub
- URL: https://github.com/chamerling/gitlab-notifier
- Owner: chamerling
- Created: 2018-10-23T17:10:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-06T17:54:33.000Z (over 6 years ago)
- Last Synced: 2024-12-03T13:11:32.587Z (2 months ago)
- Topics: electron, gitlab, gitlab-notifier, rxjs, vue, vuejs, vuex
- Language: JavaScript
- Homepage:
- Size: 465 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gitlab-notifier
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Run your unit tests
```
npm run test:unit
```