An open API service indexing awesome lists of open source software.

https://github.com/andrewpetrochenkov/mac-appify

:apple: create mac app from a shell script
https://github.com/andrewpetrochenkov/mac-appify

cli macos

Last synced: 4 months ago
JSON representation

:apple: create mac app from a shell script

Awesome Lists containing this project

README

          

[![](https://img.shields.io/badge/OS-macOS-blue.svg?longCache=True)]()
[![](https://img.shields.io/pypi/v/mac-appify.svg?maxAge=3600)](https://pypi.org/project/mac-appify/)
[![](https://img.shields.io/npm/v/mac-appify.svg?maxAge=3600)](https://www.npmjs.com/package/mac-appify)[![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
[![](https://github.com/andrewp-as-is/mac-appify/workflows/tests42/badge.svg)](https://github.com/andrewp-as-is/mac-appify/actions)

### Installation
```bash
$ [sudo] pip install mac-appify
```

```bash
$ [sudo] npm i -g mac-appify
```

#### Features
+ script [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) required

#### Examples
```bash
$ appify script.sh name.app
$ appify script.sh name.app Icon.png
```


readme42.com