Sha256: 9a6ea8788f931b4ae2c0dda21b8bc19a35bb430e4c89dca8d9df223e56e8e82b

Contents?: true

Size: 884 Bytes

Versions: 2

Compression:

Stored size: 884 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 new DIR
    # macgap build DIR
    
For example, to create a new MacGap app use the `new` command:

    macgap new MyApp
    
To build a MacGap app use the `build` command, specifying the app's directory.
    
    macgap build MyApp
    
# Advanced
    
Or a more advanced example:

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

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

# Icon

If the your application's root directory contains a file called `application.png`, that'll be used as the application's icon. 

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
macgap-0.0.8 README.md
macgap-0.0.7 README.md