An open API service indexing awesome lists of open source software.

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.

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)