mirror of
https://github.com/stoatchat/javascript-genemoji.git
synced 2026-06-29 10:20:43 -04:00
dev
Revolt genemoji
Description
genemoji is a small CLI tool to generate Revolt's emoji asset folder. It transforms the various folder structures of the emoji packs into a unified directory structure.
Supported Packs
Submodule Hint
This project contains submodules. Run git submodule init after you clone this repository to initialize the submodules.
It is also recommended to run git submodule update after you pull from upstream.
Resources
genemoji
Revolt
- Revolt Project Board (Submit feature requests here)
- Revolt Testers Server
- Contribution Guide
Quick Start
yarn build
yarn start
When genemoji is finished generating the packs, the output will be located in emoji/, split up by pack ID.
CLI Commands
| Command | Description |
|---|---|
yarn dev |
Start TypeScript watcher, rebuilds on change. |
yarn build |
Build the CLI. |
yarn start |
Initiate generation with built CLI. |
yarn format |
Run Prettier on the client. (check only) |
yarn format:fix |
Run Prettier on the client. (automatically fixes bad formatting) |
Languages
TypeScript
100%