ribboned

Crates.ioribboned
lib.rsribboned
version0.1.0
sourcesrc
created_at2021-08-26 02:59:51.056611
updated_at2021-08-26 02:59:51.056611
descriptionMake default app icons identifiable (for iOS, macOS, and watchOS)
homepage
repository
max_upload_size
id442435
size2,100,356
Katsu Matsuda (katsd)

documentation

README

ribboned

Make default app icons identifiable (for iOS, macOS, and watchOS)

iOS macOS watchOS

Usage

ribboned [FLAGS] <APPICONSET> <TEXT>

FLAGS:
        --ios        Generate icons for iOS
        --mac        Generate icons for macOS
        --watch      Generate icons for watchOS

ARGS:
    <APPICONSET>    Path to .appiconset (e.g. /path/to/Assets.xcassets/AppIcon.appiconset)
    <TEXT>          Icon text (Up to three characters will be displayed)

Example

ribboned ~/Project/Shared/Assets.xcassets/AppIcon.appiconset RIBBONED --ios --mac

Example

Install

cargo install ribboned

Requirements

  • Helvetica is installed (Characters not included in Helvetica may not be rendered beautifully)
Commit count: 0

cargo fmt