/blackpotion

Like RedPotion, but for tvOS

Primary LanguageRubyMIT LicenseMIT

BlackPotion

Like RedPotion, but for tvOS. Build tvOS apps with RubyMotion.

BlackPotion is research project of Infinite Red, a web and mobile development company based in Portland, OR and San Francisco, CA.

Installation

BlackPotion is not ready for public use. In the mean time, you can try it out by cloning this repository and manually installing the gem:

gem build backpotion.gemspec
gem install blackpotion-0.1.0.gem

Usage

To generate a new BlackPotion app:

blackpotion new my_app_name

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request