Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dan-online/gitapp

A simple desktop app for github
https://github.com/dan-online/gitapp

app electron git git-app gitapp github github-app webapp

Last synced: 16 days ago
JSON representation

A simple desktop app for github

Awesome Lists containing this project

README

        

![](./Desktop/build/logo.png)
# GitApp

A simple app for working on github.com

You can find the website at [gitapp.dancodes.online](https://gitapp.dancodes.online)

# Features
- Auto Updating to latest github release
- Clean delivery of github
- Easy use
- Clean UI
- Notifications
- Tray icon for fast access

# [Download](https://github.com/dan-online/GitApp/releases)

All downloads are [here](https://github.com/dan-online/GitApp/releases)

### Supported devices
- MacOS
- Windows
- Linux
- Android

# To-Do
- ~Android App~
- Styling the app

# Collaborate
- All pull requests are welcome
- Also issues

## Help
If you know how to make an iOS app, that would be very welcome!

# Contact
You can contact me with [email](mailto:[email protected])

# Development

### Starting in development
```bash
$ npm install
$ npm start
```

### Building
#### Desktop
```bash
$ cd Desktop; build --mac/--windows/--linux
```
#### Android
```bash
$ cd Android; npm run package;
```

This readme was written in the app :)