Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beplus/makeicon
Generates mobile app icons in all resolutions for both iOS and Android
https://github.com/beplus/makeicon
Last synced: 3 months ago
JSON representation
Generates mobile app icons in all resolutions for both iOS and Android
- Host: GitHub
- URL: https://github.com/beplus/makeicon
- Owner: beplus
- License: mit
- Created: 2017-07-28T07:55:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T20:28:27.000Z (about 7 years ago)
- Last Synced: 2024-06-20T12:35:37.687Z (5 months ago)
- Language: Go
- Homepage:
- Size: 1.01 MB
- Stars: 118
- Watchers: 8
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-native - Makeicon ★70 - Generates mobile app icons in all resolutions for both iOS and Android (Utilities / Other Platforms)
- awesome-react-native - Makeicon ★70 - Generates mobile app icons in all resolutions for both iOS and Android (Utilities / Other Platforms)
- awesome-react-native - Makeicon ★70 - Generates mobile app icons in all resolutions for both iOS and Android (Utilities / Other Platforms)
- awesome-react-native - Makeicon ★70 - Generates mobile app icons in all resolutions for both iOS and Android (Utilities / Other Platforms)
README
# makeicon
[![Twitter: @BePlusHQ](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/BePlusHQ)
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/beplus/makeicon/blob/master/LICENSE)
[![CircleCI Build Status](https://circleci.com/gh/beplus/makeicon.svg?style=shield)](https://circleci.com/gh/beplus/makeicon)
[![Release](https://img.shields.io/github/release/beplus/makeicon.svg?style=flat-square)](https://github.com/beplus/makeicon/releases/latest)Generates mobile app icons in all resolutions for both **iOS** and **Android**.
## Table of contents
- [Requirements](#Requirements)
- [Installation](#Installation)
- [Usage](#Usage)
- [Contributors](#Contributors)
- [License](#License)## Requirements:
* Mac OS X, Linux or Windows
* 64-bit version## Installation
**Download** from Releases and extract _or_ on a Mac computer install using **Homebrew**
```bash
$ brew install https://raw.githubusercontent.com/beplus/makeicon/master/makeicon.rb
$ brew upgrade https://raw.githubusercontent.com/beplus/makeicon/master/makeicon.rb
```## Usage
Command Line Interface### Get Help on Usage
```bash
$ makeicon --help
# or
$ makeicon -h
```### Generate the Icons
To create an `AppIcon` directory with generated Icons from a file `./Icon.png`
```bash
$ makeicon --file ./Icon.png
# or
$ makeicon -f ./Icon.png
```**Important**: `Icon.png` file have to be a square image with `1024px` x `1024px` at least.
### Print the Current Version
```bash
$ makeicon --version
# or
$ makeicon -v
```## Contributors
- [Jan Misek](https://github.com/janmisek1)
- [Igor Lamos](https://github.com/igorlamos)## License
[MIT](./LICENSE) Copyright (c) 2017 BePlus s.r.o.