Crates.io | favify |
lib.rs | favify |
version | 0.2.0 |
source | src |
created_at | 2022-11-26 09:06:06.425508 |
updated_at | 2022-12-23 03:19:15.112161 |
description | Generate a complete favicon set for your web applications with the desired target platforms |
homepage | https://fav.namchee.dev |
repository | https://github.com/Namchee/fav-cli |
max_upload_size | |
id | 723182 |
size | 48,703 |
A command-line application version of Fav. Generate a complete favicon set for your web applications with the desired target platforms.
To install this project locally on your machine, execute this command on your terminal
cargo install favify
Usage: favify.exe [OPTIONS] <source_image>
Arguments:
<source_image> Path to the source image
Options:
-p, --platforms <platforms> Platforms that should be supported [possible values: web, modern, android, apple]
-o, --output <output> Output folder destination, will be created if it does not exist
-t, --template Generate a quick-start HTML template
-h, --help Print help information
-V, --version Print version information
This project is licensed under the MIT License