Skip to content

AppGyver/macgyver-rb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Richard says

The bag's not for what I take, Colson - it's for what I find along the way.

MacGyver-rb

Generator for MacGapNode that is a fork of MacGap with Nodelike.

Phew.

Huge thanks to all of the project mentioned above!

Debugging in MacGap/MacGapNode ?

defaults write com. developer 1

What is MacGap?

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.

Usage

gem install macgyver

# macgyver new DIR
# macgyver build DIR

For example, to create a new MacGap app use the new command:

macgyver new MyApp

To build a MacGap app use the build command, specifying the app's directory.

macgyver build MyApp

Advanced

Or a more advanced example:

macgyver 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.

Packages

No packages published

Languages

  • JavaScript 93.4%
  • Objective-C 3.8%
  • C 2.3%
  • Ruby 0.5%