initial commit

This commit is contained in:
Mat Ryer
2018-05-06 17:36:20 +01:00
parent 45ad66ec01
commit ce003f96ba
5 changed files with 218 additions and 1 deletions

View File

@@ -1,2 +1,15 @@
# appify
Create a macOS Application from a Go binary
Create a macOS Application from an executable (like a Go binary)
## Install
To install `appify`:
```bash
go get github.com/machinebox/appify
```
## Usage
appify -name "My Go Application" /path/to/bin