Sha256: 9a013cf73294aa4d3d6b96886f5f6d902635a30f8c738632e3941e6e66decbe7
Contents?: true
Size: 1.04 KB
Versions: 3
Compression:
Stored size: 1.04 KB
Contents
# 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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mobile_template-0.0.3 | README.md |
mobile_template-0.0.2 | README.md |
mobile_template-0.0.1 | README.md |