DojoMobileProto

Project generator to kickstart a mobile prototype application with dojo See: http://www.dojotoolkit.org for more information about dojo.

Installation

Or install it yourself as:

$ gem install dojo_mobile_proto

Usage

$ dojo_prototype NAME 

Name should be the name of the prototype application you wish to create.

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