0.0.11 • Published 11 years ago

appjsbundle v0.0.11

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

appjsbundle

Makes OSX .app bundles from AppJS packages.

Installation

via npm

npm install -g appjsbundle

via git and npm

git clone https://github.com/polar-bear/appjsbundle.git appjsbundle
cd appjsbundle
npm install -g .

via git standalone

git clone https://github.com/polar-bear/appjsbundle.git appjsbundle
cd appjsbundle
npm install
cd bin
ln appjsbundle /usr/local/bin/appjsbundle

Usage

cd path/to/appjs/package
appjsbundle

or appjsbundle path/to/appjs/package

Legal

MIT License

0.0.11

11 years ago