A CLI tool to generate mobile app icons for Android, iOS, and PWA platforms from a single source image.
mobicon-cli is a command-line tool that generates mobile app icons for Android, iOS, and Progressive Web Apps from a single source image. It automates the process of creating multiple icon sizes and formats required by different platforms, saving developers time and ensuring consistency. The tool handles background color, scaling, and platform-specific requirements like rounded corners.
Mobile app developers and web developers building Progressive Web Apps who need to generate platform-specific icons efficiently. It's particularly useful for developers working on cross-platform projects.
Developers choose mobicon-cli because it eliminates the manual work of resizing and formatting icons for different platforms, provides consistent results, and integrates easily into development workflows through its CLI interface. It's a focused tool that does one job well without unnecessary complexity.
Mobile icon generator
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Generates icons for Android, iOS, and PWA in one command, as shown in usage examples like 'mobicon icon.png -p=android -p=ios -p=pwa', streamlining cross-platform development.
Allows adjustment of background color, logo-to-icon ratio, and rounded corners via CLI options (e.g., --background, --contentRatio), providing fine control over icon appearance.
Supports both PNG and SVG source files, enabling scalable icon generation from vector graphics without quality loss, as noted in the features.
Can generate icons for multiple platforms simultaneously with a single command, reducing manual effort and ensuring consistency, demonstrated in the help examples.
Requires GraphicsMagick to be installed separately, adding complexity to setup and potential compatibility issues, as highlighted in the install instructions.
Only supports Android, iOS, and PWA, lacking icon generation for other platforms like desktop apps or web favicons, which may necessitate additional tools.
Purely command-line based, making it less accessible for users accustomed to visual design tools or those without technical expertise.