MotionFlux Build Status Dependency Status

MotionFlux is a RubyMotion gem to build apps based on Flux architecture.

https://facebook.github.io/flux/docs/overview.html

Installation

Add this line to your application's Gemfile:

gem 'motion_flux'

And then execute:

$ bundle

Or install it yourself as:

$ gem install motion_flux

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/kayhide/motion_flux/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request