https://github.com/infinitered/rmq-plugin-template
Template Repo for RMQ
https://github.com/infinitered/rmq-plugin-template
Last synced: 11 months ago
JSON representation
Template Repo for RMQ
- Host: GitHub
- URL: https://github.com/infinitered/rmq-plugin-template
- Owner: infinitered
- Created: 2014-11-12T03:22:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T19:36:50.000Z (almost 9 years ago)
- Last Synced: 2025-01-09T04:51:38.316Z (about 1 year ago)
- Language: HTML
- Size: 13.7 KB
- Stars: 1
- Watchers: 18
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](http://rubymotionquery.com)
RubyMotionQuery - RMQ - Plugin Template
===================
A starting template for RubyMotionQuery (https://github.com/infinitered/rmq) plugins 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:justalisteningman/rmq-plugin-template.git `
### Creating Your Plugin
1. All files of your plugin should be in `/lib/project`.
2. Demonstrate the use of your plugin in the sample app included in your plugin.
3. Finish all items marked `TODO`
4. Profit
### Thanks To
The RMQ team