Project

macgyver

0.0
No commit activity in last 3 years
No release in over 3 years
Command line utility for generating MacGapNode applications, forked from MacGap-rb by Alex MacCaw
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

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.