Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kayhide/motion_flux
https://github.com/kayhide/motion_flux
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kayhide/motion_flux
- Owner: kayhide
- License: mit
- Created: 2015-07-23T19:36:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-27T17:40:09.000Z (about 9 years ago)
- Last Synced: 2024-10-27T05:43:17.777Z (about 2 months ago)
- Language: Ruby
- Size: 164 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MotionFlux [![Build Status](https://travis-ci.org/kayhide/motion_flux.svg?branch=master)](https://travis-ci.org/kayhide/motion_flux) [![Dependency Status](https://gemnasium.com/kayhide/motion_flux.svg)](https://gemnasium.com/kayhide/motion_flux)
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:
```ruby
gem 'motion_flux'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install motion_flux
## Usage
TODO: Write usage instructions here
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/kayhide/motion_flux. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).