Gitmug Save

The GitHub app for minimalists.

Project README

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
Open Source Agenda is not affiliated with "Gitmug" Project. README Source: awmleer/gitmug
Stars
34
Open Issues
3
Last Commit
1 year ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating