Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```