An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![image](http://ir_wp.s3.amazonaws.com/wp-content/uploads/sites/19/2014/09/rmq_plugin.png)](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