Metadata-Version: 2.1
Name: mac-appify
Version: 2020.12.3
Summary: create mac app from a shell script
Home-page: https://github.com/andrewp-as-is/mac-appify
License: Unlicense
Description: <!--
        https://readme42.com
        -->
        
        
        
        [![](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/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
        
        ### 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
        ```
        
        <p align="center">
            <a href="https://readme42.com/">readme42.com</a>
        </p>
Keywords: mac app
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Unix Shell
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
