All Projects → awmleer → Gitmug

awmleer / Gitmug

Licence: apache-2.0
The GitHub app for minimalists.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Gitmug

Beefun Pro
Github client for iOS in Swift.
Stars: ✭ 172 (+405.88%)
Mutual labels:  github-app, github-client
Mini Github
GitHub WeChat Mini Program
Stars: ✭ 1,216 (+3476.47%)
Mutual labels:  github-app, github-client
Forkhub
GitHub client for Android based on the abandoned official app
Stars: ✭ 2,756 (+8005.88%)
Mutual labels:  github-app, github-client
Flutter Gitconnect
A Github mobile app built in flutter
Stars: ✭ 87 (+155.88%)
Mutual labels:  github-app, github-client
Githubpopular
这是一个用来查看GitHub最受欢迎与最热项目的App,它基于React Native支持Android和iOS双平台。#适配RN最新版在这里☞#
Stars: ✭ 2,864 (+8323.53%)
Mutual labels:  github-app, github-client
Imgbot
An Azure Function solution to crawl through all of your image files in GitHub and losslessly compress them. This will make the file size go down, but leave the dimensions and quality untouched. Once it's done, ImgBot will open a pull request for you to review and merge. [email protected]
Stars: ✭ 732 (+2052.94%)
Mutual labels:  github-app
Google Login With Ionic Framework
Ionic example app of how to add Google Plus authentication into an Ionic Framework app. Add google login to your ionic app!
Stars: ✭ 24 (-29.41%)
Mutual labels:  ionic
Cordova Admob Pro
🔥 Cordova Plugin for Google AdMob, DFP, ADX. Easy monetization using mobile Ad, with single line of JavaScript. Compatible with Cordova CLI, Inoic, PhoneGap Build, etc.
Stars: ✭ 690 (+1929.41%)
Mutual labels:  ionic
Generator M Ionic
Advanced workflows and setup for building rock-solid Ionic apps
Stars: ✭ 677 (+1891.18%)
Mutual labels:  ionic
Storage Based Queue
Javascript queue library with persistent storage based queue mechanism for the browsers environments. Specially designed for offline.
Stars: ✭ 33 (-2.94%)
Mutual labels:  ionic
Ionic3 Angular43 Httpclient
Example of Ionic 3 and the new Angular 4.3 HTTPClient
Stars: ✭ 20 (-41.18%)
Mutual labels:  ionic
Polyonic
A managed Electron wrapper for Ionic Apps
Stars: ✭ 24 (-29.41%)
Mutual labels:  ionic
Swifticons
🎢Swift Library for Font Icons - ★ this library
Stars: ✭ 747 (+2097.06%)
Mutual labels:  ionic
Datawedge Ionic Demo
Demo Ionic application using Datawedge on Zebra mobile devices
Stars: ✭ 26 (-23.53%)
Mutual labels:  ionic
Ng Zorro Antd Mobile
A configurable Mobile UI components based on Ant Design Mobile and Angular. 🐜
Stars: ✭ 709 (+1985.29%)
Mutual labels:  ionic
Bionic
** Bionic - An Ionic CLI clone for Blazor projects ** moved to:
Stars: ✭ 28 (-17.65%)
Mutual labels:  ionic
Todo
🤖✅ GitHub App that creates new issues from actionable comments in your code.
Stars: ✭ 685 (+1914.71%)
Mutual labels:  github-app
Ionic Custom Components
Ionic 3/4 Custom Components. Spend less time on design and more time on coding! Free to use for everyone! 🧙‍♂️
Stars: ✭ 23 (-32.35%)
Mutual labels:  ionic
Deciframe Pwa
Progressive Web Application with Ionic 3.
Stars: ✭ 20 (-41.18%)
Mutual labels:  ionic
Kubenav
kubenav is the navigator for your Kubernetes clusters right in your pocket.
Stars: ✭ 901 (+2550%)
Mutual labels:  ionic

GitMug

The GitHub app for minimalists. HomePage

homepage screenshot

Overview

GitMug is built with ionic framework (Angular+typescript+cordova), and uses GitHub api v4. Thanks to Angular's aot compilation, the iOS app/Android apk has an incredible small size (about 3~5M), while offering quite a few features.

Feel free to open issues if you find any bug or have any idea about GitMug.

Develop

Preparation:

$ sudo npm install -g ionic cordova
$ cd GitMug
$ npm install

Start dev:

$ ionic serve

Build:

# iOS
$ ionic cordova build ios --prod
# Android
$ ionic cordova build android --release --prod
$ ./signApk.sh

IMPORTANT:

If you change the html template, you may need to stop&restart to see the update. (This may be caused by page class inheritance, eg. UserPage & RepoListPage)

Commit Notation

  • [+] add
  • [-] remove
  • [=] update
  • [$] init
  • [#] document
  • [^] improve
  • [~] refactor
  • [!] fix
  • [*] try
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].