Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rudrodip/seomage

Simple CLI tool to generate favicons in different sizes and formats from a single image.
https://github.com/rudrodip/seomage

bun inquirer seo sharp

Last synced: about 2 months ago
JSON representation

Simple CLI tool to generate favicons in different sizes and formats from a single image.

Awesome Lists containing this project

README

        

# seomage

It's a simple CLI tool to generate favicons in different sizes and formats from a single image.

![seomage](https://github.com/rudrodip/seomage/assets/77154365/1fef378a-9c87-4bed-b6af-25617b3b2065)

## Run

```bash
npx seomage -i path/to/image.png -o path/to/output -p
```

or

```bash
npx seomage
```

## Options

- `-i`, `--input` - Path to the input image.
- `-o`, `--output` - Path to the output directory.
- `-p`, `--pwa` - Generate PWA icons.

Default output is set to `public` as nextjs use this directory for static files.