Lax / rubymotion-templates

RubyMotion templates. Some provided by the community. Some provided by RubyMotion.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RubyMotion Template

These are RubyMotion templates. Some are provided by the community. Some are provided by RubyMotion proper.

Testing out your template before sending a Pull Request (example):

env RUBYMOTION_TEMPLATES_OVERRIDE=~/projects/rubymotion-templates/motion/project/template/ motion create HelloWorld --template=ios

Also remember to change the following line in the Rakefile of your test project

$:.unshift("~/.rubymotion/rubymotion-templates")

to

$:.unshift("~/projects/rubymotion-templates")

When you send your PR. Be sure that your commits are in this format (take note of the bracket based tag at the beginning):

[ios] Fixed grammar and spelling mistakes.

About

RubyMotion templates. Some provided by the community. Some provided by RubyMotion.

License:BSD 2-Clause "Simplified" License


Languages

Language:Ruby 92.6%Language:HTML 7.4%Language:Rich Text Format 0.1%