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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request