Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prongbang/icongen
Create icons for iOS, macOS, and watchOS with one command.
https://github.com/prongbang/icongen
app-icon-generator icon-generator ios-app-icon ios-app-icon-generator ios-generator ios-icon-generator
Last synced: 11 days ago
JSON representation
Create icons for iOS, macOS, and watchOS with one command.
- Host: GitHub
- URL: https://github.com/prongbang/icongen
- Owner: prongbang
- License: mit
- Created: 2024-01-31T16:16:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-31T16:30:50.000Z (11 months ago)
- Last Synced: 2024-10-24T08:08:16.061Z (about 2 months ago)
- Topics: app-icon-generator, icon-generator, ios-app-icon, ios-app-icon-generator, ios-generator, ios-icon-generator
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# icongen
Create icons for iOS, macOS, and watchOS with one command.
## Install
```shell
brew update
brew tap prongbang/homebrew-formulae
brew install icongen
```## Generate by default
```shell
icongen --src ./Icon-1024.png --dst ./icons
```## Generate by custom icons
- icons.yml
```yml
icons:
Icon-88: 88
Icon-99: 99
``````shell
icongen --src ./Icon-1024.png --dst ./icons --icons ./icons.yml
```### Output
```shell
[INFO] Generate Icon-512.png
[INFO] Generate [email protected]
[INFO] Generate Icon-16.png
[INFO] Generate [email protected]
[INFO] Generate [email protected]
[INFO] Generate Icon-256.png
[INFO] Generate [email protected]
[INFO] Generate Icon-1024.png
[INFO] Generate Icon-20.png
[INFO] Generate Icon-76.png
[INFO] Generate [email protected]
[INFO] Generate [email protected]
[INFO] Generate [email protected]
[INFO] Generate [email protected]
[INFO] Generate [email protected]
[INFO] Generate [email protected]
[INFO] Generate [email protected]
[INFO] Generate [email protected]
[INFO] Generate [email protected]
[INFO] Generate Icon-68.png
[INFO] Generate [email protected]
[INFO] Generate Icon-32.png
[INFO] Generate [email protected]
[INFO] Generate Icon-29.png
[INFO] Generate [email protected]
[INFO] Generate [email protected]
[INFO] Generate Icon-128.png
[INFO] Generate [email protected]
[INFO] Generate [email protected]
[INFO] Generate [email protected]
[INFO] Generate Icon-60.png
[INFO] Generate [email protected]
[INFO] Generate Icon-64.png
[INFO] Generate [email protected]
[INFO] Generate [email protected]
[INFO] Generate [email protected]
[INFO] Generate Icon-40.png
[INFO] Generate [email protected]
[INFO] Generate [email protected]
[INFO] Generate Icon-38.png
[INFO] Generate [email protected]
[INFO] Generate successfully in directory: icons
```