Sha256: 7ab51bb8729b9ea864c3442cbfe2f8920d172d1c278985de50076ee9483b6a50

Contents?: true

Size: 557 Bytes

Versions: 4

Compression:

Stored size: 557 Bytes

Contents

# MacGap generator

MacGap is a lightweight WebKit wrapper for HTML apps, allowing you to distribute web applications as desktop apps. 

For more information on MacGap, please see [its repository](http://github.com/maccman/macgap).

# Usage

    gem install macgap
    
    macgap macgap [options] DIR
    
For example:

    macgap --name MyApp --output ./build ./public

This will build `MyApp.app` in the specified `build` dir. 

The directory (`DIR`) you specify should contain a file called `index.html` which will be loaded when the application starts.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
macgap-0.0.5 README.md
macgap-0.0.4 README.md
macgap-0.0.3 README.md
macgap-0.0.2 README.md