favify

Crates.iofavify
lib.rsfavify
version0.2.0
sourcesrc
created_at2022-11-26 09:06:06.425508
updated_at2022-12-23 03:19:15.112161
descriptionGenerate a complete favicon set for your web applications with the desired target platforms
homepagehttps://fav.namchee.dev
repositoryhttps://github.com/Namchee/fav-cli
max_upload_size
id723182
size48,703
Cristopher (Namchee)

documentation

README

Favify

A command-line application version of Fav. Generate a complete favicon set for your web applications with the desired target platforms.

Installation

To install this project locally on your machine, execute this command on your terminal

cargo install favify

Usage

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

License

This project is licensed under the MIT License

Commit count: 28

cargo fmt