This repository contains the source code for the GitBucket iOS app. It is a mobile client app for GitHub, built using MVVM architectural pattern and some awesome frameworks, such as ReactiveCocoa、Mantle、octokit.objc, etc. You can use it for any purpose, free of charge.
The purpose that I developing this app is hope to provide a complete app which is developed using the MVVM architectural pattern and RAC framework, and can help some iOS developers who want to use this technology.
Now, GitBucket mainly include the following features:
- View owned and starred GitHub repositories.
- View GitHub repository's
README
and source code. - View profile、give feedback, etc.
The features is little now, but I will add more utility features at the iterative development in the future, such as explore、issues、search, etc.
If you want to make some contributions to the project or just want to build the project, please using the following command:
git clone --recursive git@github.com:leichunfeng/MVVMReactiveCocoa.git
Everything will be done for you, and all you need to do is just waiting for it to finished.
Once finished, you can open the project through double-click the MVVMReactiveCocoa.xcworkspace
file and build the MVVMReactiveCocoa
target. Any pull request will be welcome.
MVVMReactiveCocoa is available under the MIT license. See the LICENSE file for more info.