https://github.com/infinitered/bluepotion-template
https://github.com/infinitered/bluepotion-template
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/infinitered/bluepotion-template
- Owner: infinitered
- Created: 2015-05-22T16:24:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T19:41:26.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T04:43:22.803Z (over 1 year ago)
- Language: Ruby
- Size: 48.8 KB
- Stars: 5
- Watchers: 22
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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!