Popularity
2.0
Growing
Activity
0.0
Stable
109
6
11

Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
Tags: Command Line Apps     Generator     App     CLI     Cli-app     Blackberry10     iOS     Android     Cordova     Mobicon     Icon     Application     Mobile    
Latest version: v3.0.0

mobicon alternatives and similar modules

Based on the "Command Line Apps" category.
Alternatively, view mobicon alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of mobicon or a related project?

Add another 'Command Line Apps' Module

README

mobicon-cli Build Status

Mobile app icon generator

Install

$ npm install --global mobicon-cli

Note: Make sure to install GraphicsMagick as well.

Usage

$ mobicon --help

  Usage
    $ mobicon <file>

  Options
    --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.

Related

License

MIT ยฉ Sam Verschueren


*Note that all licence references and agreements mentioned in the mobicon README section above are relevant to that project's source code only.