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

https://github.com/infinitered/redpotion-template


https://github.com/infinitered/redpotion-template

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

RedPotion - Template
===================

This is the default starting template for RubyMotion apps that use RedPotion (https://github.com/infinitered/redpotion).

RedPotion - 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

Install the RedPotion gem and use the `potion` command to create a new project.

```
$ gem install redpotion
$ potion create my_app
```

You should then load dependencies before running the project.

```
$ bundle
$ rake pod:install
$ rake
```

You can use this template straight off github.

`$ motion create --template=git@github.com:infinitered/redpotion-template.git `

Once you've got the template locally, you can instead do:

`$ motion create --template=redpotion-template `

Have fun!