| Crates.io | genicons |
| lib.rs | genicons |
| version | 0.2.0 |
| created_at | 2025-08-08 10:05:06.399825+00 |
| updated_at | 2026-01-01 12:40:44.267232+00 |
| description | A quick utility to generate favicons |
| homepage | https://github.com/OwOchle/genicons |
| repository | https://github.com/OwOchle/genicons |
| max_upload_size | |
| id | 1786537 |
| size | 55,341 |
A simple and fast utility to generate manifests and favicons.
Run cargo install genicons or build it from source.
A quick utility to generate favicons
Usage: genicons [OPTIONS] <MASTER_IMAGE> <APP_NAME>
Arguments:
<MASTER_IMAGE> Your master image from which all favicons will be generated
<APP_NAME> Your app name
Options:
-o, --output-dir <OUTPUT_DIR> [default: ./favicons]
-c, --no-html-copy Do not copy html code in clipboard at the end of the program
--short-name <SHORT_NAME> Optional short name of your app
--app-color <APP_COLOR> Your app color [default: #FFFFFF]
--start-url <START_URL> Your app start url [default: .]
-p, --path <PATH> The path where the favicons will be hosted [default: /]
-s, --silent Removes all prints (except on errors)
-h, --help Print help
-V, --version Print version
MIT License Copyright © 2025 OwOchlé