Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SamVerschueren/mobicon-cli
Mobile icon generator
https://github.com/SamVerschueren/mobicon-cli
Last synced: 2 months ago
JSON representation
Mobile icon generator
- Host: GitHub
- URL: https://github.com/SamVerschueren/mobicon-cli
- Owner: SamVerschueren
- License: mit
- Created: 2015-12-22T13:48:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T01:39:14.000Z (over 3 years ago)
- Last Synced: 2024-07-31T08:07:15.088Z (2 months ago)
- Language: JavaScript
- Size: 45.9 KB
- Stars: 111
- Watchers: 6
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- awesome-cli-apps - mobicon-cli - Mobile app icon generator. (Development / Mobile Development)
- fucking-awesome-cli-apps - mobicon-cli - Mobile app icon generator. (Development / Mobile Development)
README
# mobicon-cli [![Build Status](https://travis-ci.org/SamVerschueren/mobicon-cli.svg?branch=master)](https://travis-ci.org/SamVerschueren/mobicon-cli)
> Mobile app icon generator
## Install
```
$ npm install --global mobicon-cli
```> Note: Make sure to install [GraphicsMagick](https://github.com/SamVerschueren/mobicon#graphicsmagick) as well.
## Usage
```
$ mobicon --helpUsage
$ mobiconOptions
--platform, -p Platform to generate icons for
--background, -b Color of the icon background if the icon is transparant [Default: white]
--contentRatio, -r Logo-icon ratio [Default: 1]
--roundedCorners Generate icons with rounded corners [Default: true for pwa and Android]
--borderRadius Border radius percentage [Default: 0.0909]
--out, -o Output directory [Default: cwd]Examples
$ mobicon icon.png -p=android
✔ success
$ mobicon icon.png -p=android -p=ios -p=pwa
✔ success
$ mobicon icon.svg -p=ios -o=resources
✔ success
```## Platforms
A list of the available platforms and their generated icons can be found [here](https://github.com/SamVerschueren/mobicon#platforms).
## Related
- [mobicon](https://github.com/SamVerschueren/mobicon) - API for this module
## License
MIT © [Sam Verschueren](http://github.com/SamVerschueren)