MacOS package installer builder
Pak builds MacOS package installers from a project file. Since apple removed PackageBuilder from xcode it became harder to build packages
for software on MacOS, this is what pak aims to fix.
```bash
pakcli init
```
```bash
pakcli build
```
Docs can be found [here](https://interfiber.dev/pak)