Skip to content

rubythonode/redpotion-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 

Repository files navigation

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, 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 <myappname>

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

$ motion create --template=redpotion-template <myappname>

Have fun!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 70.3%
  • HTML 29.7%