https://github.com/infinitered/rmq-template
A template for RubyMotionQuery projects
https://github.com/infinitered/rmq-template
Last synced: 5 months ago
JSON representation
A template for RubyMotionQuery projects
- Host: GitHub
- URL: https://github.com/infinitered/rmq-template
- Owner: infinitered
- Created: 2013-08-13T01:21:00.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T19:39:24.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T04:43:29.984Z (over 1 year ago)
- Language: Ruby
- Size: 341 KB
- Stars: 8
- Watchers: 21
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RubyMotionQuery - RMQ - Template
===================
A starting template for RubyMotion apps that use RubyMotionQuery (https://github.com/infinitered/rmq).
RMQ - Template is maintained by [Infinite Red](http://infinite.red), a web and mobile development company based in Portland, OR and San Francisco, CA.
## Install and use template
You can use this template straight off github if you have RubyMotion >= 2.3
`$ motion create --template=git@github.com:infinitered/rmq-template.git `
Once you've got the template locally, you can instead do:
`$ motion create --template=rmq-template `
### Install gem
`$ bundle`
### Test
Run specs:
`$ rake spec`
Start app:
`$ rake retina=4`
Then in console:
`rmq(UILabel).animations.throb.log`
Have fun!