Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albinekb/favicon-emoji
🖼 Generate an emoji-favicon in your terminal
https://github.com/albinekb/favicon-emoji
cli emoji-favicon emojis favicon
Last synced: 3 months ago
JSON representation
🖼 Generate an emoji-favicon in your terminal
- Host: GitHub
- URL: https://github.com/albinekb/favicon-emoji
- Owner: albinekb
- Created: 2017-03-28T17:28:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T09:16:08.000Z (about 2 years ago)
- Last Synced: 2024-08-02T13:28:48.840Z (6 months ago)
- Topics: cli, emoji-favicon, emojis, favicon
- Language: JavaScript
- Homepage:
- Size: 338 KB
- Stars: 253
- Watchers: 1
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# :palm_tree: favicon-emoji [![Standard - JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
Generate an awesome emoji-favicon
example at: [deseat.me](https://deseat.me/)
## Install
### yarn
```sh
yarn global add favicon-emoji
```### npm
```sh
npm install --global favicon-emoji
```## Usage
### Generate favicon
```sh
favicon-emoji --emoji ✨> ✨ Done, emoji favicon saved to ./favicon.ico
```### Help
```sh
favicon-emoji --help> 🌴 favicon-emoji
Usage:
favicon-emoji [options]Options:
-d, --destination favicon destination [default: "./favicon.ico"]
-e, --emoji choose emoji [default: "✨"]
-m, --minimum create favicon with selected sizes (16x16, 32x32, 48x48)
-h, --help Output usage information
-l, --list show list of available emojis
-p, --png png output path [default: "./favicon.png"]
-v, --version Output the version number
```