TestsTested | ✓ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Apr 2016 |
SPMSupports SPM | ✗ |
Maintained by Steven Chan, Rick Mak.
Redux is a swift implementation of redux.
A thorough walk through and description of the framework can be found at the official Redux repository: redux.
Start with our project template
curl https://raw.githubusercontent.com/oursky/Redux-Project-Template/master/download | bash -s YOUR_PROJECT_NAME
Run the following command
# if your XCode path is '/Applications/Xcode.app'
curl https://raw.githubusercontent.com/oursky/Redux-Project-Template/file-templates/install-template.sh | bash -s
# else
curl https://raw.githubusercontent.com/oursky/Redux-Project-Template/file-templates/install-template.sh | bash -s YOUR_XCODE_PATH
Then, you may open Xcode, go to File -> New -> File...
, you should be able to find the file templates under Redux
See https://github.com/oursky/Redux-Project-Template/tree/file-templates
git clone [email protected]:oursky/Redux.git
cd Redux
pod install --project-directory=Example
open Example/Redux.xcworkspace
Then you may run Redux-Example in XCode
Inspired from
Redux is available under the MIT license. See the LICENSE file for more info.