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

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


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

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

logo

BluePotion - Template
===================

This is the default starting template for RubyMotion apps that use [BluePotion](https://github.com/infinitered/bluepotion).

BluePotion - 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 BluePotion gem and use the `bluepotion` command to create a new project.

```
$ gem install bluepotion
$ bluepotion create my_app
```

You should then load dependencies before running the project.

```
$ bundle
$ rake newclear
```

You can use this template straight off github.

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

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

```
$ motion create --template=bluepotion-template
```
Have fun!