Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.45 KB

File metadata and controls

31 lines (24 loc) · 1.45 KB

emoji-table-genrator

This is just a "quick'n'dirty" project to generate a markdown table with all the emojis.

It is used for the table in the top level README :)

Run with:

mvn exec:java -Dexec.mainClass="com.vdurmont.emoji.TableGenerator"
mvn exec:java -Dexec.mainClass="com.vdurmont.emoji.JsonGenerator" [-Dexec.args="proxy=1270.0.1 port=1080 \
    path=path\to\already\download\emoji.html save_url=/path/to/emoji.json \
    url=https://unicode.org/emoji/charts/full-emoji-list.html \
    emoji_path=/path/to/already/emoji.json \
    emoji_i18n_path=/path/to/i18n_description/emoji_i18n.json
    "]

note: