Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rudrodip/seomage
- Owner: rudrodip
- License: mit
- Created: 2024-04-11T04:31:57.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T06:00:06.000Z (10 months ago)
- Last Synced: 2024-12-01T13:49:54.142Z (about 2 months ago)
- Topics: bun, inquirer, seo, sharp
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/seomage
- Size: 413 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.