https://github.com/andrewpetrochenkov/mac-app-factory
:apple: :factory: macOS apps mass generator
https://github.com/andrewpetrochenkov/mac-app-factory
cli factory generator macos
Last synced: 2 months ago
JSON representation
:apple: :factory: macOS apps mass generator
- Host: GitHub
- URL: https://github.com/andrewpetrochenkov/mac-app-factory
- Owner: andrewpetrochenkov
- License: unlicense
- Created: 2019-04-13T12:50:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T21:05:04.000Z (over 5 years ago)
- Last Synced: 2026-03-14T07:32:17.937Z (4 months ago)
- Topics: cli, factory, generator, macos
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[]()
[](https://pypi.org/project/mac-app-factory/)
[](https://www.npmjs.com/package/mac-app-factory)[](https://unlicense.org/)
[](https://github.com/andrewp-as-is/mac-app-factory/actions)
### Installation
```bash
$ [sudo] pip install mac-app-factory
```
```bash
$ [sudo] npm i -g mac-app-factory
```
#### How it works
```
.app
├── Contents
│ ├── MacOS
│ │ └── executable
│ ├── Resources
│ │ └── Icon.icns
│ └── Info.plist
│ executable # edit this file. shebang required
│ .png # copy any png image
│ reveal.sh # helper for reveal folder from your IDE
```
#### Features
+ super fast (pure shell)
+ safe (native apps ignored)
#### Examples
```bash
$ mac-app-factory path/to/my-finder-toolbar-apps path/to/my-dock-apps
```
```bash
$ mac-app-factory path/to/name1.app path/to/name2.app
```