KO
|
EN
gitlite — search
Search
#javascript
#docker
#nextjs
#nodejs
#css
#jwt-authentication
#typescript
#react
#python
#java
#ansible
#postgresql
gitmug
★ 34
Open GitHub ↗
The GitHub app for minimalists.
Download README (.md)
Explore Similar Repositories
SkyRAT
:
SkyRAT - Powershell Remote Administration Tool
MyRWTutorial
:
A reusable starter project for raywenderlich.com tutorials
consoleshow
:
快捷管理 console,自定义命令,url 过滤命令
prompt-view
:
Tiny Java library for producing interactive command line prompts
TestRepo
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
gitmug
?
Download (.md)
# GitMug The GitHub app for minimalists. [HomePage](https://awmleer.github.io/gitmug/index.html)  ## Overview GitMug is built with [ionic](https://ionicframework.com/) 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: ```bash $ sudo npm install -g ionic cordova $ cd GitMug $ npm install ``` Start dev: ```bash $ ionic serve ``` Build: ```bash # 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