SkillAgentSearch skills...

Appicongen

CLI tool for generating app icons for macOS, iOS, watchOS and tvOS

Install / Use

/learn @fwcd/Appicongen
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Appicongen

PyPI Typecheck

A small CLI tool for generating app icon sets for macOS, iOS and watchOS projects.

Examples

# Generate AppIcon.appiconset from icon.png with iOS, macOS and watchOS icons
appicongen --all icon.png
# Generate MyIcon.appiconset from icon.png with only iOS icons
appicongen --ios -o MyIcon.appiconset icon.png
# Generate MyIcon.appiconset from icon.png with only macOS icons
# and automatically resize/mask the images to a rounded rectangle
# shape in the style of macOS Big Sur.
appicongen --macos --bigsurify -o MyIcon.appiconset icon.png
View on GitHub
GitHub Stars7
CategoryDevelopment
Updated1y ago
Forks1

Languages

Python

Security Score

75/100

Audited on Feb 23, 2025

No findings