Crates.io | favico |
lib.rs | favico |
version | 0.1.8 |
source | src |
created_at | 2024-03-26 07:02:28.628332 |
updated_at | 2024-10-29 22:06:27.59109 |
description | An utility for creating favicons |
homepage | https://sorairolake.github.io/favico/ |
repository | https://github.com/sorairolake/favico |
max_upload_size | |
id | 1186043 |
size | 134,435 |
favico is a command-line utility for creating favicons.
cargo install favico
The release page contains pre-built binaries for Linux, macOS and Windows.
Please see BUILD.adoc.
favico input.png
The following files will be generated in the current directory:
.
├── android-chrome-192x192.png
├── android-chrome-512x512.png
├── apple-touch-icon.png
├── favicon-16x16.png
├── favicon-32x32.png
├── favicon.ico
└── site.webmanifest
--generate-completion
option generates shell completions to standard output.
The following shells are supported:
bash
elvish
fish
nushell
powershell
zsh
Example:
favico --generate-completion bash > favico.bash
Please see the following:
The upstream repository is available at https://github.com/sorairolake/favico.git.
The source code is also available at:
Please see CHANGELOG.adoc.
Please see CONTRIBUTING.adoc.
Copyright © 2024 Shun Sakai (see AUTHORS.adoc)
This project is compliant with version 3.2 of the REUSE Specification. See copyright notices of individual files for more details on copyright and licensing information.