MobileTemplate

Develop mobile apps for android with middleman and jquery mobile.

It uses jquery mobile 1.1.0 (http://jquerymobile.com/), phonegap 1.5.0 (http://phonegap.com/) and middleman 2.0.15 (http://middlemanapp.com/).

You can develop in coffeescript, scss and all the stuff middleman support.

Installation

$ gem install mobile_template

Usage

$ mobile_template generate      # generate mobile app
$ cd /to/your/project/assets    # switch to assets path     
$ middleman server              # start local server
$ gedit .                       # start your editor and develop your app
$ middleman build               # generate static files     
$ cd ../                        # switch to project root path
$ ant debug install             # install on emulator or real device

Contributing

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