pack a binary to MacOS .app bundle
```sh
USAGE:
packapp [OPTIONS]
FLAGS: -h, --help Prints help information
OPTIONS:
-d, --display-name
ARGS:
use homebrew:
sh
$ brew install slmjkdbtl/formulae/packapp
or use crates.io:
sh
$ cargo install packapp
or clone and build locally:
sh
$ git clone https://github.com/slmjkdbtl/packapp
$ cd packapp
$ cargo install --force --path .
or go to the release tab and download manually
to pack a binary with no settings
sh
packapp yo
with settings
sh
packapp --identifier com.company.yo --name yo --display-name YO --icon icon.icns --version "1.0.0" yo