18 lines
391 B
Markdown
18 lines
391 B
Markdown
# Vicinae Gitmoji Extension
|
|
|
|
This extension shows a list of [gitmojis](https://gitmoji.dev) and copies their code (either as text or as unicode) to the clipboard.
|
|
|
|
You can install the required dependencies and run the extension in development mode like so:
|
|
|
|
```bash
|
|
npm install
|
|
npm run dev
|
|
```
|
|
|
|
If you want to build and install the production bundle, simply run:
|
|
|
|
|
|
```bash
|
|
npm run build
|
|
```
|