Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pixel-point/favpie
Generate favicons and webmanifest with a CLI
https://github.com/pixel-point/favpie
Last synced: 14 days ago
JSON representation
Generate favicons and webmanifest with a CLI
- Host: GitHub
- URL: https://github.com/pixel-point/favpie
- Owner: pixel-point
- Created: 2023-01-21T17:56:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T07:29:55.000Z (over 1 year ago)
- Last Synced: 2024-09-14T12:57:49.293Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 107 KB
- Stars: 161
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Favpie - CLI to generate favicons and webmanifest.
![npm](https://img.shields.io/npm/v/favpie)
Favpie - the solution for generating favicons in all necessary sizes, creating a webmanifest, and providing a piece of CSS for easy integration into your project.
### Features
🚀 Lightning-fast image creation and optimization thanks to the use of the Sharp library
🏃 Convenient CLI interface, allowing you to run the tool with a single NPX command
💪 Effortless creation of webmanifests, making it easier than ever to get your project ready for the web.
### Usage
```
npx favpie [options]
``````
Arguments:
file *.png, *.jpg, *.jpeg image fileOptions:
-o, --output output directory(default: current directory)
-ap, --app-name app name used in webmanifest(default: Your App Name)
-sn, --short-name short name used in webmanifest(default: Your App Name)
-h, --help display help for command```
Example:
```
npx favpie favicon-original.png -o ./favicon -ap "Favpie" -sn "Favpie"
```Output:
```css```