pakcli 0.2.1

pak is a tool for bundling MacOS software into installer packages
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 📦 Pak
MacOS package installer builder

## What does pak do?
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.

## Commands

## Create a project
```bash
pakcli init
```

## Build a project
```bash
pakcli build
```