Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 file

Options:
-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

```