Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dan-online/gitapp
- Owner: dan-online
- License: cc0-1.0
- Created: 2019-06-16T20:58:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T05:19:19.000Z (11 months ago)
- Last Synced: 2024-10-03T17:23:09.458Z (about 1 month ago)
- Topics: app, electron, git, git-app, gitapp, github, github-app, webapp
- Language: JavaScript
- Homepage: https://gitapp.dancodes.online
- Size: 3.16 MB
- Stars: 11
- Watchers: 2
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![](./Desktop/build/logo.png)
# GitAppA 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 :)