Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pocke/korat
A GitHub Issue Reader
https://github.com/pocke/korat
Last synced: 3 days ago
JSON representation
A GitHub Issue Reader
- Host: GitHub
- URL: https://github.com/pocke/korat
- Owner: pocke
- License: apache-2.0
- Created: 2018-07-11T00:26:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T20:19:13.000Z (over 5 years ago)
- Last Synced: 2024-11-06T13:01:39.421Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.14 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Korat - GitHub Notification Reader
It is under development, so everything may be changed.
# Development
First, Install and execute [korat-go](https://github.com/pocke/korat-go).
Install dependencies
```bash
$ yarn install
```Build and watch TypeScript code
```bash
$ yarn start
```Start electron application
```bash
$ yarn run electron
```Before Commit
```bash
$ yarn run format
```# Releasing package to GitHub
```bash
$ ./pack.sh publish
```Note: I've confirmed this script only on Linux. Probably it works on Windows and macOS.