https://github.com/namchee/fav-cli
A command-line application version of Fav. Generate a complete favicon set for your web applications with the desired target platforms.
https://github.com/namchee/fav-cli
Last synced: 10 months ago
JSON representation
A command-line application version of Fav. Generate a complete favicon set for your web applications with the desired target platforms.
- Host: GitHub
- URL: https://github.com/namchee/fav-cli
- Owner: Namchee
- License: mit
- Created: 2022-11-18T09:04:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-23T03:18:08.000Z (over 3 years ago)
- Last Synced: 2025-10-04T03:51:44.881Z (10 months ago)
- Language: Rust
- Homepage: https://fav.namchee.dev
- Size: 314 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Favify
A command-line application version of [Fav](https://github.com/Namchee/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
```shell
cargo install favify
```
## Usage
```shell
Usage: favify.exe [OPTIONS]
Arguments:
Path to the source image
Options:
-p, --platforms Platforms that should be supported [possible values: web, modern, android, apple]
-o, --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](./LICENSE)