https://github.com/infinitered/redpotion-template
https://github.com/infinitered/redpotion-template
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/infinitered/redpotion-template
- Owner: infinitered
- Created: 2014-11-17T04:51:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T06:38:21.000Z (almost 8 years ago)
- Last Synced: 2025-06-10T13:49:33.355Z (7 months ago)
- Language: Ruby
- Size: 3.42 MB
- Stars: 5
- Watchers: 21
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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!