https://github.com/magiclen/favicon-generator
It helps you generate favicons with different formats and sizes.
https://github.com/magiclen/favicon-generator
cli favicon rust
Last synced: 8 months ago
JSON representation
It helps you generate favicons with different formats and sizes.
- Host: GitHub
- URL: https://github.com/magiclen/favicon-generator
- Owner: magiclen
- License: mit
- Created: 2019-05-28T21:06:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T01:15:55.000Z (over 2 years ago)
- Last Synced: 2024-05-03T04:47:48.037Z (about 2 years ago)
- Topics: cli, favicon, rust
- Language: Rust
- Homepage:
- Size: 59.6 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Favicon Generator
====================
[](https://github.com/magiclen/favicon-generator/actions/workflows/ci.yml)
It helps you generate favicons with different formats and sizes.
## Help
```
EXAMPLES:
favicon-generator /path/to/image /path/to/folder # Uses /path/to/image to generate favicons into /path/to/folder
Usage: favicon-generator [OPTIONS]
Arguments:
Assign an image for generating favicons. It should be a path of a file
Assign a destination of your generated files. It should be a path of a directory
Options:
-y, --overwrite Overwrite exiting files without asking
--path-prefix Specify the path prefix of your favicon files [default: /]
--no-sharpen Disable the automatic sharpening
--app-name Assign a name for your web app [default: App]
--app-short-name Assign a short name for your web app
-h, --help Print help
-V, --version Print version
```
## License
[MIT](LICENSE)