Skip to content

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

License

Notifications You must be signed in to change notification settings

jlmuir/rubymotion-templates

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 91.6%
  • HTML 8.3%
  • Rich Text Format 0.1%