![]()
create mac app from a shell script
#### Installation
``bash
$ [sudo] npm i -g mac-appify
`
#### Features
+ script shebang) required
#### Scripts usage
command|usage
-|-
appify |usage: appify script app [image]
#### Examples
`bash
$ appify script.sh name.app
$ appify script.sh name.app Icon.png
``
python-readme-generator