Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xijo/cchub
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xijo/cchub
- Owner: xijo
- License: wtfpl
- Created: 2021-02-01T09:25:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-07T19:02:14.000Z (over 3 years ago)
- Last Synced: 2023-04-09T05:56:44.845Z (over 1 year ago)
- Language: JavaScript
- Size: 2.81 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# cchub
A github commit status monitor (for mac os, for now).
## Screenshots
### Menu bar
The icon color switches depending on the build state
### Repo view
Quick overview to jump directly to the commit or the build action
### Settings
Easy to add more repos or silence builds
## Install
```bash
brew tap xijo/casks
brew install cchub
```## Starting Development
Start the app in the `dev` environment:
```bash
yarn start
```## Packaging for Production
To package apps for the local platform:
```bash
yarn postinstall && yarn build && yarn electron-builder --publish always --mac
sha256sum release/cchub-VERSION.dmg
```Then update the brew cask at https://github.com/xijo/homebrew-casks