8000 GitHub - leohaipengli/GitPub: The GitHub app for minimalists.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

leohaipengli/GitPub

 
 

Repository files navigation

GitPub

Join the chat at https://gitter.im/git_pub/Lobby

The GitHub app for minimalists. HomePage

homepage screenshot

Overview

GitPub 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 GitPub.

Develop

Preparation:

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

Start dev:

$ ionic serve

Build:

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

Commit Notation

  • [+] add
  • [-] remove
  • [=] update
  • [$] init
  • [#] document
  • [^] improve
  • [~] refactor
  • [!] fix
  • [*] try

About

The GitHub app for minimalists.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 56.3%
  • CSS 27.7%
  • HTML 15.0%
  • Other 1.0%
0