favico is a command-line utility for creating favicons.
cargo install favicoThe release page contains pre-built binaries for Linux, macOS and Windows.
Please see BUILD.adoc.
favico input.pngThe 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:
bashelvishfishnushellpowershellzsh
Example:
favico --generate-completion bash > favico.bashPlease see the following:
The upstream repository is available at https://github.com/sorairolake/favico.git.
Please see CHANGELOG.adoc.
Please see CONTRIBUTING.adoc.
https://sorairolake.github.io/favico/
Copyright (C) 2024 Shun Sakai (see AUTHORS.adoc)
- This program is distributed under the terms of the GNU General Public License v3.0 or later.
- Some files are distributed under the terms of the Creative Commons Attribution 4.0 International Public License.
This project is compliant with version 3.3 of the REUSE Specification. See copyright notices of individual files for more details on copyright and licensing information.
