VibeHunt
Back to browse
mobicon-cli

mobicon-cli

Mobile app icon generator.

Source

The tool is a command‑line interface that creates the set of image assets required for mobile applications. It accepts a source image file, such as a PNG or SVG, and produces icons sized and formatted for various platforms, including Android, iOS, and progressive web apps. Users can specify the target platform(s), background colour, logo‑to‑icon ratio, whether corners are rounded, and the border‑radius percentage, as well as an output directory for the generated files.

The CLI relies on GraphicsMagick for image processing, so that library must be installed separately. It provides a simple set of options that map directly to the conventions of each platform, handling the necessary scaling and naming automatically. The command can be invoked with a single file argument and multiple platform flags, allowing batch generation of all required icons in one step.

The package is distributed via npm, is marked as stable, and is released under the MIT license. It is intended for developers who need to produce compliant mobile app icons quickly from the command line.

Reviews

Sign in to leave a review.

Loading reviews…

Similar apps