Sha256: d056720aa1d06707a43fe6b362bf8c3762ba922a5144781e24ddb47a667973fd

Contents?: true

Size: 1.03 KB

Versions: 30

Compression:

Stored size: 1.03 KB

Contents

High Five
=========

HTML5 build/deploy tool, usually used with PhoneGap but also for standalone web-based apps

Ruby
====

If you're on Windows, you need both Ruby and the Dev tools.  There is a great tutorial here: 

https://github.com/oneclick/rubyinstaller/wiki/development-kit

Installation
============

  $ gem install high_five
  $ cd my_mobile_project
  $ hi5 init

This will bootstrap your project, creating a ```config``` directory if one isn't present, 
and also creating a few important files inside, most importantly high_five.rb. 

Configuration
=============

```hi5 init``` will create all the directories you need, and almost all of your configuration will happen inside of ```config/high_five.rb```.  It is reasonably well documented and contains a lot of sensible defaults.  I hope to improve the documentation here over time, but for now go read ```high_five.rb```


Usage
=====

  $ hi5 deploy <platform> -e <environment> 

This will build your application for a specific platform to the directory specified in high_five.rb.  


Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
high_five-0.2.3 README.md
high_five-0.2.2 README.md
high_five-0.2.1 README.md
high_five-0.2.0 README.md
high_five-0.1.5 README.md
high_five-0.1.4 README.md
high_five-0.1.3 README.md
high_five-0.1.2 README.md
high_five-0.1.1 README.md
high_five-0.1.0 README.md